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