Shades of Cream #FCFCCC
Tints of Cream #FCFCCC
RGB
CMYK
RGB Variations
Color information
#FCFCCC (or 0xFCFCCC) is known color: Cream. HEX triplet: FC, FC and CC. RGB value is (252,252,204). Sum of RGB (Red+Green+Blue) = 252+252+204=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 204 (80.08% from 255 or 28.81% from 708); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCCC is #030333. Grayscale: #F6F6F6. Windows color (decimal): -197428 or 13434108. OLE color: 13434108.
HSL color Cylindrical-coordinate representation of color #FCFCCC: hue angle of 60º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCFCCC is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 204 | - |
CMYK | 0 | 0 | 0.19 | 0.01 |
HSL | 60º | 0.89% | 0.89% | - |
HSV(B) | 60º | 0.19% | 0.99% | - |
XYZ | 85.85 | 94.68 | 70.88 | - |
YUV | 246.53 | 104 | 131.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 204 | 0 | 0 | 0.19 | 0.01 | 60 | 0.89 | 0.89 |
Hex | FC | FC | CC | 0 | 0 | 13 | 1 | 3C | 59 | 59 |
Octal | 374 | 374 | 314 | 0 | 0 | 23 | 1 | 74 | 131 | 131 |
Binary | 11111100 | 11111100 | 11001100 | 0 | 0 | 10011 | 1 | 111100 | 1011001 | 1011001 |
Color Harmonies of #FCFCCC
Complementary color
Monochromatic Colors of #FCFCCC
Black with #FCFCCC
Text Example
Text Example
White with #FCFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCCC; }
p { color: rgb(252,252,204); }
H1.HeaderClassName
{
color: #FCFCCC;
}
.AnyTagClassName
{
color: #FCFCCC;
}
</style>
background-color css
<style>
a { background-color: #FCFCCC; }
a { background-color: rgb(252,252,204); }
div.DivClassName
{
background-color: #FCFCCC;
}
.BgClassName
{
background-color: #FCFCCC;
}
</style>
border-color css
<style>
span { border-color: #FCFCCC; }
span { border-color: rgb(252,252,204); }
td.TdClassName
{
border-color: #FCFCCC;
}
.TagClassName
{
border-color: #FCFCCC;
}
</style>