Color spaces of #fdcbab
RGB | 253 | 203 | 171 |
---|---|---|---|
HSL | 0.07 | 0.95 | 0.83 |
HSV | 23° | 32° | 99° |
CMYK | 0.00 | 0.20 | 0.32 0.01 |
XYZ | 69.2146 | 66.5348 | 47.7226 |
Yxy | 66.5348 | 0.3772 | 0.3626 |
Hunter Lab | 81.5689 | 8.7192 | 22.4101 |
CIE-Lab | 85.2685 | 13.3363 | 22.6798 |
#fdcbab color RGB value is (253,203,171).
#fdcbab hex color red value is 253, green value is 203 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fdcbab hue: 0.07 , saturation: 0.95 and the lightness value of fdcbab is 0.83.
The process color (four color CMYK) of #fdcbab color hex is 0.00, 0.20, 0.32, 0.01. Web safe color of #fdcbab is #ffcc99. Color #fdcbab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11001011 | 10101011 |
Octal | 375 | 313 | 253 |
Decimal | 253 | 203 | 171 |
Hex | FD | CB | AB |
Shades of #fdcbab
Tints of #fdcbab
RGB Percentages of Color #fdcbab
CMYK Percentages of Color #fdcbab
Complementary Color
#fdcbab | #abddfd |
#fdcbab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdcbab Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdcbab Color CSS Codes
.mybgcolor {background-color:#fdcbab; } .myforecolor {color:#fdcbab; } .mybordercolor {border:3px solid #fdcbab; }
#fdcbab Text Font Color
<p style="color:#fdcbab">Text here</p>
This sample text font color is #fdcbab
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.
#fdcbab Background Color
<div style="background-color:#fdcbab">
Div content here</div>
This div background color is #fdcbab
#fdcbab Border Color
<div style="border:3px solid #fdcbab">
Div here</div>
This div border color is #fdcbab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,203,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdcbab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdcbab; -webkit-box-shadow: 1px 1px 3px 2px #fdcbab; box-shadow: 1px 1px 3px 2px #fdcbab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,203,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 #fdcbab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdcbab; -webkit-box-shadow: 1px 1px 3px 2px #fdcbab; box-shadow: 1px 1px 3px 2px #fdcbab;">
Div content here</div>
This div box has shadow with color #fdcbab
Comments
No comments written yet.
Please login to write comment.