Shades of Cream #FCFDC8
Tints of Cream #FCFDC8
RGB
CMYK
RGB Variations
Color information
#FCFDC8 (or 0xFCFDC8) is known color: Cream. HEX triplet: FC, FD and C8. RGB value is (252,253,200). Sum of RGB (Red+Green+Blue) = 252+253+200=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 200 (78.52% from 255 or 28.37% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDC8 is #030237. Grayscale: #F6F6F6. Windows color (decimal): -197176 or 13172220. OLE color: 13172220.
HSL color Cylindrical-coordinate representation of color #FCFDC8: hue angle of 61.13º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCFDC8 is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 200 | - |
CMYK | 0.00 | 0 | 0.21 | 0.01 |
HSL | 61.13º | 0.93% | 0.89% | - |
HSV(B) | 61.13º | 0.21% | 0.99% | - |
XYZ | 85.7 | 95.12 | 68.49 | - |
YUV | 246.66 | 101.67 | 131.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 200 | 0.00 | 0 | 0.21 | 0.01 | 61.13 | 0.93 | 0.89 |
Hex | FC | FD | C8 | 0 | 0 | 15 | 1 | 3D | 5D | 59 |
Octal | 374 | 375 | 310 | 0 | 0 | 25 | 1 | 75 | 135 | 131 |
Binary | 11111100 | 11111101 | 11001000 | 0 | 0 | 10101 | 1 | 111101 | 1011101 | 1011001 |
Color Harmonies of #FCFDC8
Complementary color
Monochromatic Colors of #FCFDC8
Black with #FCFDC8
Text Example
Text Example
White with #FCFDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDC8; }
p { color: rgb(252,253,200); }
H1.HeaderClassName
{
color: #FCFDC8;
}
.AnyTagClassName
{
color: #FCFDC8;
}
</style>
background-color css
<style>
a { background-color: #FCFDC8; }
a { background-color: rgb(252,253,200); }
div.DivClassName
{
background-color: #FCFDC8;
}
.BgClassName
{
background-color: #FCFDC8;
}
</style>
border-color css
<style>
span { border-color: #FCFDC8; }
span { border-color: rgb(252,253,200); }
td.TdClassName
{
border-color: #FCFDC8;
}
.TagClassName
{
border-color: #FCFDC8;
}
</style>