Shades of Cream #FFFCD4
Tints of Cream #FFFCD4
RGB
CMYK
RGB Variations
Color information
#FFFCD4 (or 0xFFFCD4) is known color: Cream. HEX triplet: FF, FC and D4. RGB value is (255,252,212). Sum of RGB (Red+Green+Blue) = 255+252+212=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 252 (98.83% from 255 or 35.05% from 719); Blue value is 212 (83.20% from 255 or 29.49% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCD4 is #00032B. Grayscale: #F8F8F8. Windows color (decimal): -812 or 13958399. OLE color: 13958399.
HSL color Cylindrical-coordinate representation of color #FFFCD4: hue angle of 55.81º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFFCD4 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 212 | - |
CMYK | 0 | 0.01 | 0.17 | 0 |
HSL | 55.81º | 1% | 0.92% | - |
HSV(B) | 55.81º | 0.17% | 1% | - |
XYZ | 87.93 | 95.63 | 76.11 | - |
YUV | 248.34 | 107.49 | 132.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 212 | 0 | 0.01 | 0.17 | 0 | 55.81 | 1 | 0.92 |
Hex | FF | FC | D4 | 0 | 1 | 11 | 0 | 38 | 64 | 5C |
Octal | 377 | 374 | 324 | 0 | 1 | 21 | 0 | 70 | 144 | 134 |
Binary | 11111111 | 11111100 | 11010100 | 0 | 1 | 10001 | 0 | 111000 | 1100100 | 1011100 |
Color Harmonies of #FFFCD4
Complementary color
Monochromatic Colors of #FFFCD4
Black with #FFFCD4
Text Example
Text Example
White with #FFFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCD4; }
p { color: rgb(255,252,212); }
H1.HeaderClassName
{
color: #FFFCD4;
}
.AnyTagClassName
{
color: #FFFCD4;
}
</style>
background-color css
<style>
a { background-color: #FFFCD4; }
a { background-color: rgb(255,252,212); }
div.DivClassName
{
background-color: #FFFCD4;
}
.BgClassName
{
background-color: #FFFCD4;
}
</style>
border-color css
<style>
span { border-color: #FFFCD4; }
span { border-color: rgb(255,252,212); }
td.TdClassName
{
border-color: #FFFCD4;
}
.TagClassName
{
border-color: #FFFCD4;
}
</style>