Color spaces of #fdfaab
RGB | 253 | 250 | 171 |
---|---|---|---|
HSL | 0.16 | 0.95 | 0.83 |
HSV | 58° | 32° | 99° |
CMYK | 0.00 | 0.01 | 0.32 0.01 |
XYZ | 82.0443 | 92.1941 | 51.9991 |
Yxy | 92.1941 | 0.3626 | 0.4075 |
Hunter Lab | 96.0178 | -15.5082 | 35.1035 |
CIE-Lab | 96.8996 | -10.5634 | 38.3246 |
#fdfaab color RGB value is (253,250,171).
#fdfaab hex color red value is 253, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fdfaab hue: 0.16 , saturation: 0.95 and the lightness value of fdfaab is 0.83.
The process color (four color CMYK) of #fdfaab color hex is 0.00, 0.01, 0.32, 0.01. Web safe color of #fdfaab is #ffff99. Color #fdfaab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11111010 | 10101011 |
Octal | 375 | 372 | 253 |
Decimal | 253 | 250 | 171 |
Hex | FD | FA | AB |
Shades of #fdfaab
Tints of #fdfaab
RGB Percentages of Color #fdfaab
CMYK Percentages of Color #fdfaab
Complementary Color
#fdfaab | #abaefd |
#fdfaab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdfaab Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdfaab Color CSS Codes
.mybgcolor {background-color:#fdfaab; } .myforecolor {color:#fdfaab; } .mybordercolor {border:3px solid #fdfaab; }
#fdfaab Text Font Color
<p style="color:#fdfaab">Text here</p>
This sample text font color is #fdfaab
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.
#fdfaab Background Color
<div style="background-color:#fdfaab">
Div content here</div>
This div background color is #fdfaab
#fdfaab Border Color
<div style="border:3px solid #fdfaab">
Div here</div>
This div border color is #fdfaab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,250,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdfaab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdfaab; -webkit-box-shadow: 1px 1px 3px 2px #fdfaab; box-shadow: 1px 1px 3px 2px #fdfaab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,250,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 #fdfaab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdfaab; -webkit-box-shadow: 1px 1px 3px 2px #fdfaab; box-shadow: 1px 1px 3px 2px #fdfaab;">
Div content here</div>
This div box has shadow with color #fdfaab
Comments
No comments written yet.
Please login to write comment.