Color spaces of #fadfbd
RGB | 250 | 223 | 189 |
---|---|---|---|
HSL | 0.09 | 0.86 | 0.86 |
HSV | 33° | 24° | 98° |
CMYK | 0.00 | 0.11 | 0.24 0.02 |
XYZ | 74.9973 | 76.7735 | 59.0101 |
Yxy | 76.7735 | 0.3558 | 0.3642 |
Hunter Lab | 87.6205 | -0.5517 | 21.4041 |
CIE-Lab | 90.2173 | 4.1994 | 20.0715 |
#fadfbd color RGB value is (250,223,189).
#fadfbd hex color red value is 250, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fadfbd hue: 0.09 , saturation: 0.86 and the lightness value of fadfbd is 0.86.
The process color (four color CMYK) of #fadfbd color hex is 0.00, 0.11, 0.24, 0.02. Web safe color of #fadfbd is #ffcccc. Color #fadfbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011111 | 10111101 |
Octal | 372 | 337 | 275 |
Decimal | 250 | 223 | 189 |
Hex | FA | DF | BD |
Shades of #fadfbd
Tints of #fadfbd
RGB Percentages of Color #fadfbd
CMYK Percentages of Color #fadfbd
Complementary Color
#fadfbd | #bdd8fa |
#fadfbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadfbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadfbd Color CSS Codes
.mybgcolor {background-color:#fadfbd; } .myforecolor {color:#fadfbd; } .mybordercolor {border:3px solid #fadfbd; }
#fadfbd Text Font Color
<p style="color:#fadfbd">Text here</p>
This sample text font color is #fadfbd
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.
#fadfbd Background Color
<div style="background-color:#fadfbd">
Div content here</div>
This div background color is #fadfbd
#fadfbd Border Color
<div style="border:3px solid #fadfbd">
Div here</div>
This div border color is #fadfbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,223,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadfbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadfbd; -webkit-box-shadow: 1px 1px 3px 2px #fadfbd; box-shadow: 1px 1px 3px 2px #fadfbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,223,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 #fadfbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadfbd; -webkit-box-shadow: 1px 1px 3px 2px #fadfbd; box-shadow: 1px 1px 3px 2px #fadfbd;">
Div content here</div>
This div box has shadow with color #fadfbd
Comments
No comments written yet.
Please login to write comment.