Shades of Cream #FEFCD2
Tints of Cream #FEFCD2
RGB
CMYK
RGB Variations
Color information
#FEFCD2 (or 0xFEFCD2) is known color: Cream. HEX triplet: FE, FC and D2. RGB value is (254,252,210). Sum of RGB (Red+Green+Blue) = 254+252+210=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 210 (82.42% from 255 or 29.33% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCD2 is #01032D. Grayscale: #F7F7F7. Windows color (decimal): -66350 or 13827326. OLE color: 13827326.
HSL color Cylindrical-coordinate representation of color #FEFCD2: hue angle of 57.27º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEFCD2 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 210 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.00 |
| HSL | 57.27º | 0.96% | 0.91% | - |
| HSV(B) | 57.27º | 0.17% | 1% | - |
| XYZ | 87.32 | 95.34 | 74.77 | - |
| YUV | 247.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 210 | 0 | 0.01 | 0.17 | 0.00 | 57.27 | 0.96 | 0.91 |
| Hex | FE | FC | D2 | 0 | 1 | 11 | 0 | 39 | 60 | 5B |
| Octal | 376 | 374 | 322 | 0 | 1 | 21 | 0 | 71 | 140 | 133 |
| Binary | 11111110 | 11111100 | 11010010 | 0 | 1 | 10001 | 0 | 111001 | 1100000 | 1011011 |
Color Harmonies of #FEFCD2
Complementary color
Monochromatic Colors of #FEFCD2
Black with #FEFCD2
Text Example
Text Example
White with #FEFCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFCD2; }
p { color: rgb(254,252,210); }
H1.HeaderClassName
{
color: #FEFCD2;
}
.AnyTagClassName
{
color: #FEFCD2;
}
</style>
background-color css
<style>
a { background-color: #FEFCD2; }
a { background-color: rgb(254,252,210); }
div.DivClassName
{
background-color: #FEFCD2;
}
.BgClassName
{
background-color: #FEFCD2;
}
</style>
border-color css
<style>
span { border-color: #FEFCD2; }
span { border-color: rgb(254,252,210); }
td.TdClassName
{
border-color: #FEFCD2;
}
.TagClassName
{
border-color: #FEFCD2;
}
</style>