Shades of Cream #FCFCCD
Tints of Cream #FCFCCD
RGB
CMYK
RGB Variations
Color information
#FCFCCD (or 0xFCFCCD) is known color: Cream. HEX triplet: FC, FC and CD. RGB value is (252,252,205). Sum of RGB (Red+Green+Blue) = 252+252+205=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 205 (80.47% from 255 or 28.91% from 709); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCCD is #030332. Grayscale: #F6F6F6. Windows color (decimal): -197427 or 13499644. OLE color: 13499644.
HSL color Cylindrical-coordinate representation of color #FCFCCD: hue angle of 60º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCFCCD is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 205 | - |
CMYK | 0 | 0 | 0.19 | 0.01 |
HSL | 60º | 0.89% | 0.9% | - |
HSV(B) | 60º | 0.19% | 0.99% | - |
XYZ | 85.97 | 94.72 | 71.51 | - |
YUV | 246.64 | 104.5 | 131.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 205 | 0 | 0 | 0.19 | 0.01 | 60 | 0.89 | 0.9 |
Hex | FC | FC | CD | 0 | 0 | 13 | 1 | 3C | 59 | 5A |
Octal | 374 | 374 | 315 | 0 | 0 | 23 | 1 | 74 | 131 | 132 |
Binary | 11111100 | 11111100 | 11001101 | 0 | 0 | 10011 | 1 | 111100 | 1011001 | 1011010 |
Color Harmonies of #FCFCCD
Complementary color
Monochromatic Colors of #FCFCCD
Black with #FCFCCD
Text Example
Text Example
White with #FCFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCCD; }
p { color: rgb(252,252,205); }
H1.HeaderClassName
{
color: #FCFCCD;
}
.AnyTagClassName
{
color: #FCFCCD;
}
</style>
background-color css
<style>
a { background-color: #FCFCCD; }
a { background-color: rgb(252,252,205); }
div.DivClassName
{
background-color: #FCFCCD;
}
.BgClassName
{
background-color: #FCFCCD;
}
</style>
border-color css
<style>
span { border-color: #FCFCCD; }
span { border-color: rgb(252,252,205); }
td.TdClassName
{
border-color: #FCFCCD;
}
.TagClassName
{
border-color: #FCFCCD;
}
</style>