Color spaces of #fdfdcc
RGB | 253 | 253 | 204 |
---|---|---|---|
HSL | 0.17 | 0.92 | 0.90 |
HSV | 60° | 19° | 99° |
CMYK | 0.00 | 0.00 | 0.19 0.01 |
XYZ | 86.5324 | 95.4928 | 70.9980 |
Yxy | 95.4928 | 0.3420 | 0.3774 |
Hunter Lab | 97.7204 | -12.9472 | 25.3276 |
CIE-Lab | 98.2304 | -7.7722 | 23.5184 |
#fdfdcc color RGB value is (253,253,204).
#fdfdcc hex color red value is 253, green value is 253 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fdfdcc hue: 0.17 , saturation: 0.92 and the lightness value of fdfdcc is 0.90.
The process color (four color CMYK) of #fdfdcc color hex is 0.00, 0.00, 0.19, 0.01. Web safe color of #fdfdcc is #ffffcc. Color #fdfdcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11111101 | 11001100 |
Octal | 375 | 375 | 314 |
Decimal | 253 | 253 | 204 |
Hex | FD | FD | CC |
Shades of #fdfdcc
Tints of #fdfdcc
RGB Percentages of Color #fdfdcc
CMYK Percentages of Color #fdfdcc
Complementary Color
#fdfdcc | #ccccfd |
#fdfdcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdfdcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdfdcc Color CSS Codes
.mybgcolor {background-color:#fdfdcc; } .myforecolor {color:#fdfdcc; } .mybordercolor {border:3px solid #fdfdcc; }
#fdfdcc Text Font Color
<p style="color:#fdfdcc">Text here</p>
This sample text font color is #fdfdcc
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.
#fdfdcc Background Color
<div style="background-color:#fdfdcc">
Div content here</div>
This div background color is #fdfdcc
#fdfdcc Border Color
<div style="border:3px solid #fdfdcc">
Div here</div>
This div border color is #fdfdcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,253,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdfdcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdfdcc; -webkit-box-shadow: 1px 1px 3px 2px #fdfdcc; box-shadow: 1px 1px 3px 2px #fdfdcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,253,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdfdcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdfdcc; -webkit-box-shadow: 1px 1px 3px 2px #fdfdcc; box-shadow: 1px 1px 3px 2px #fdfdcc;">
Div content here</div>
This div box has shadow with color #fdfdcc
Related Colors
#fdfdcc Color Palettes
Comments
No comments written yet.
Please login to write comment.