Color spaces of #fadbbd
RGB | 250 | 219 | 189 |
---|---|---|---|
HSL | 0.08 | 0.86 | 0.86 |
HSV | 30° | 24° | 98° |
CMYK | 0.00 | 0.12 | 0.24 0.02 |
XYZ | 73.9412 | 74.6612 | 58.6580 |
Yxy | 74.6612 | 0.3568 | 0.3602 |
Hunter Lab | 86.4067 | 1.5369 | 20.2351 |
CIE-Lab | 89.2341 | 6.2583 | 18.7012 |
#fadbbd color RGB value is (250,219,189).
#fadbbd hex color red value is 250, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fadbbd hue: 0.08 , saturation: 0.86 and the lightness value of fadbbd is 0.86.
The process color (four color CMYK) of #fadbbd color hex is 0.00, 0.12, 0.24, 0.02. Web safe color of #fadbbd is #ffcccc. Color #fadbbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011011 | 10111101 |
Octal | 372 | 333 | 275 |
Decimal | 250 | 219 | 189 |
Hex | FA | DB | BD |
Shades of #fadbbd
Tints of #fadbbd
RGB Percentages of Color #fadbbd
CMYK Percentages of Color #fadbbd
Complementary Color
#fadbbd | #bddcfa |
#fadbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadbbd Color CSS Codes
.mybgcolor {background-color:#fadbbd; } .myforecolor {color:#fadbbd; } .mybordercolor {border:3px solid #fadbbd; }
#fadbbd Text Font Color
<p style="color:#fadbbd">Text here</p>
This sample text font color is #fadbbd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fadbbd Background Color
<div style="background-color:#fadbbd">
Div content here</div>
This div background color is #fadbbd
#fadbbd Border Color
<div style="border:3px solid #fadbbd">
Div here</div>
This div border color is #fadbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,219,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadbbd; -webkit-box-shadow: 1px 1px 3px 2px #fadbbd; box-shadow: 1px 1px 3px 2px #fadbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,219,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadbbd; -webkit-box-shadow: 1px 1px 3px 2px #fadbbd; box-shadow: 1px 1px 3px 2px #fadbbd;">
Div content here</div>
This div box has shadow with color #fadbbd
#fadbbd Color Palettes
Comments
No comments written yet.
Please login to write comment.