Color spaces of #fabdab
RGB | 250 | 189 | 171 |
---|---|---|---|
HSL | 0.04 | 0.89 | 0.83 |
HSV | 14° | 32° | 98° |
CMYK | 0.00 | 0.24 | 0.32 0.02 |
XYZ | 64.9726 | 59.6595 | 46.6191 |
Yxy | 59.6595 | 0.3794 | 0.3484 |
Hunter Lab | 77.2396 | 14.9819 | 18.2823 |
CIE-Lab | 81.6528 | 19.5370 | 17.6259 |
#fabdab color RGB value is (250,189,171).
#fabdab hex color red value is 250, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fabdab hue: 0.04 , saturation: 0.89 and the lightness value of fabdab is 0.83.
The process color (four color CMYK) of #fabdab color hex is 0.00, 0.24, 0.32, 0.02. Web safe color of #fabdab is #ffcc99. Color #fabdab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111101 | 10101011 |
Octal | 372 | 275 | 253 |
Decimal | 250 | 189 | 171 |
Hex | FA | BD | AB |
Shades of #fabdab
Tints of #fabdab
RGB Percentages of Color #fabdab
CMYK Percentages of Color #fabdab
Complementary Color
#fabdab | #abe8fa |
#fabdab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fabdab Color Preview on White Background
Lorem ipsum dolor sit amet.
#fabdab Color CSS Codes
.mybgcolor {background-color:#fabdab; } .myforecolor {color:#fabdab; } .mybordercolor {border:3px solid #fabdab; }
#fabdab Text Font Color
<p style="color:#fabdab">Text here</p>
This sample text font color is #fabdab
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.
#fabdab Background Color
<div style="background-color:#fabdab">
Div content here</div>
This div background color is #fabdab
#fabdab Border Color
<div style="border:3px solid #fabdab">
Div here</div>
This div border color is #fabdab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,189,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fabdab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fabdab; -webkit-box-shadow: 1px 1px 3px 2px #fabdab; box-shadow: 1px 1px 3px 2px #fabdab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,189,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fabdab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fabdab; -webkit-box-shadow: 1px 1px 3px 2px #fabdab; box-shadow: 1px 1px 3px 2px #fabdab;">
Div content here</div>
This div box has shadow with color #fabdab
#fabdab Color Palettes
Comments
No comments written yet.
Please login to write comment.