Color spaces of #fdcfac
RGB | 253 | 207 | 172 |
---|---|---|---|
HSL | 0.07 | 0.95 | 0.83 |
HSV | 26° | 32° | 99° |
CMYK | 0.00 | 0.18 | 0.32 0.01 |
XYZ | 70.2672 | 68.4869 | 48.5455 |
Yxy | 68.4869 | 0.3752 | 0.3657 |
Hunter Lab | 82.7568 | 6.7365 | 23.1500 |
CIE-Lab | 86.2493 | 11.3773 | 23.5026 |
#fdcfac color RGB value is (253,207,172).
#fdcfac hex color red value is 253, green value is 207 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fdcfac hue: 0.07 , saturation: 0.95 and the lightness value of fdcfac is 0.83.
The process color (four color CMYK) of #fdcfac color hex is 0.00, 0.18, 0.32, 0.01. Web safe color of #fdcfac is #ffcc99. Color #fdcfac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11001111 | 10101100 |
Octal | 375 | 317 | 254 |
Decimal | 253 | 207 | 172 |
Hex | FD | CF | AC |
Shades of #fdcfac
Tints of #fdcfac
RGB Percentages of Color #fdcfac
CMYK Percentages of Color #fdcfac
Complementary Color
#fdcfac | #acdafd |
#fdcfac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdcfac Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdcfac Color CSS Codes
.mybgcolor {background-color:#fdcfac; } .myforecolor {color:#fdcfac; } .mybordercolor {border:3px solid #fdcfac; }
#fdcfac Text Font Color
<p style="color:#fdcfac">Text here</p>
This sample text font color is #fdcfac
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.
#fdcfac Background Color
<div style="background-color:#fdcfac">
Div content here</div>
This div background color is #fdcfac
#fdcfac Border Color
<div style="border:3px solid #fdcfac">
Div here</div>
This div border color is #fdcfac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,207,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdcfac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdcfac; -webkit-box-shadow: 1px 1px 3px 2px #fdcfac; box-shadow: 1px 1px 3px 2px #fdcfac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,207,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdcfac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdcfac; -webkit-box-shadow: 1px 1px 3px 2px #fdcfac; box-shadow: 1px 1px 3px 2px #fdcfac;">
Div content here</div>
This div box has shadow with color #fdcfac
Comments
No comments written yet.
Please login to write comment.