Shades of Cream #FFFCD1
Tints of Cream #FFFCD1
RGB
CMYK
RGB Variations
Color information
#FFFCD1 (or 0xFFFCD1) is known color: Cream. HEX triplet: FF, FC and D1. RGB value is (255,252,209). Sum of RGB (Red+Green+Blue) = 255+252+209=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 209 (82.03% from 255 or 29.19% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCD1 is #00032E. Grayscale: #F8F8F8. Windows color (decimal): -815 or 13761791. OLE color: 13761791.
HSL color Cylindrical-coordinate representation of color #FFFCD1: hue angle of 56.09º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFFCD1 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 209 | - |
| CMYK | 0 | 0.01 | 0.18 | 0 |
| HSL | 56.09º | 1% | 0.91% | - |
| HSV(B) | 56.09º | 0.18% | 1% | - |
| XYZ | 87.56 | 95.48 | 74.14 | - |
| YUV | 248 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 209 | 0 | 0.01 | 0.18 | 0 | 56.09 | 1 | 0.91 |
| Hex | FF | FC | D1 | 0 | 1 | 12 | 0 | 38 | 64 | 5B |
| Octal | 377 | 374 | 321 | 0 | 1 | 22 | 0 | 70 | 144 | 133 |
| Binary | 11111111 | 11111100 | 11010001 | 0 | 1 | 10010 | 0 | 111000 | 1100100 | 1011011 |
Color Harmonies of #FFFCD1
Complementary color
Monochromatic Colors of #FFFCD1
Black with #FFFCD1
Text Example
Text Example
White with #FFFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCD1; }
p { color: rgb(255,252,209); }
H1.HeaderClassName
{
color: #FFFCD1;
}
.AnyTagClassName
{
color: #FFFCD1;
}
</style>
background-color css
<style>
a { background-color: #FFFCD1; }
a { background-color: rgb(255,252,209); }
div.DivClassName
{
background-color: #FFFCD1;
}
.BgClassName
{
background-color: #FFFCD1;
}
</style>
border-color css
<style>
span { border-color: #FFFCD1; }
span { border-color: rgb(255,252,209); }
td.TdClassName
{
border-color: #FFFCD1;
}
.TagClassName
{
border-color: #FFFCD1;
}
</style>