Shades of Cream #FEFCD1
Tints of Cream #FEFCD1
RGB
CMYK
RGB Variations
Color information
#FEFCD1 (or 0xFEFCD1) is known color: Cream. HEX triplet: FE, FC and D1. RGB value is (254,252,209). Sum of RGB (Red+Green+Blue) = 254+252+209=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 209 (82.03% from 255 or 29.23% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCD1 is #01032E. Grayscale: #F7F7F7. Windows color (decimal): -66351 or 13761790. OLE color: 13761790.
HSL color Cylindrical-coordinate representation of color #FEFCD1: hue angle of 57.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEFCD1 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 209 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.00 |
| HSL | 57.33º | 0.96% | 0.91% | - |
| HSV(B) | 57.33º | 0.18% | 1% | - |
| XYZ | 87.19 | 95.3 | 74.12 | - |
| YUV | 247.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 209 | 0 | 0.01 | 0.18 | 0.00 | 57.33 | 0.96 | 0.91 |
| Hex | FE | FC | D1 | 0 | 1 | 12 | 0 | 39 | 60 | 5B |
| Octal | 376 | 374 | 321 | 0 | 1 | 22 | 0 | 71 | 140 | 133 |
| Binary | 11111110 | 11111100 | 11010001 | 0 | 1 | 10010 | 0 | 111001 | 1100000 | 1011011 |
Color Harmonies of #FEFCD1
Complementary color
Monochromatic Colors of #FEFCD1
Black with #FEFCD1
Text Example
Text Example
White with #FEFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFCD1; }
p { color: rgb(254,252,209); }
H1.HeaderClassName
{
color: #FEFCD1;
}
.AnyTagClassName
{
color: #FEFCD1;
}
</style>
background-color css
<style>
a { background-color: #FEFCD1; }
a { background-color: rgb(254,252,209); }
div.DivClassName
{
background-color: #FEFCD1;
}
.BgClassName
{
background-color: #FEFCD1;
}
</style>
border-color css
<style>
span { border-color: #FEFCD1; }
span { border-color: rgb(254,252,209); }
td.TdClassName
{
border-color: #FEFCD1;
}
.TagClassName
{
border-color: #FEFCD1;
}
</style>