Shades of Cream #FEFFCE
Tints of Cream #FEFFCE
RGB
CMYK
RGB Variations
Color information
#FEFFCE (or 0xFEFFCE) is known color: Cream. HEX triplet: FE, FF and CE. RGB value is (254,255,206). Sum of RGB (Red+Green+Blue) = 254+255+206=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 206 (80.86% from 255 or 28.81% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFCE is #010031. Grayscale: #F9F9F9. Windows color (decimal): -65586 or 13565950. OLE color: 13565950.
HSL color Cylindrical-coordinate representation of color #FEFFCE: hue angle of 61.22º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEFFCE is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 206 | - |
| CMYK | 0.00 | 0 | 0.19 | 0 |
| HSL | 61.22º | 1% | 0.9% | - |
| HSV(B) | 61.22º | 0.19% | 1% | - |
| XYZ | 87.77 | 97.05 | 72.5 | - |
| YUV | 249.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 206 | 0.00 | 0 | 0.19 | 0 | 61.22 | 1 | 0.9 |
| Hex | FE | FF | CE | 0 | 0 | 13 | 0 | 3D | 64 | 5A |
| Octal | 376 | 377 | 316 | 0 | 0 | 23 | 0 | 75 | 144 | 132 |
| Binary | 11111110 | 11111111 | 11001110 | 0 | 0 | 10011 | 0 | 111101 | 1100100 | 1011010 |
Color Harmonies of #FEFFCE
Complementary color
Monochromatic Colors of #FEFFCE
Black with #FEFFCE
Text Example
Text Example
White with #FEFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFCE; }
p { color: rgb(254,255,206); }
H1.HeaderClassName
{
color: #FEFFCE;
}
.AnyTagClassName
{
color: #FEFFCE;
}
</style>
background-color css
<style>
a { background-color: #FEFFCE; }
a { background-color: rgb(254,255,206); }
div.DivClassName
{
background-color: #FEFFCE;
}
.BgClassName
{
background-color: #FEFFCE;
}
</style>
border-color css
<style>
span { border-color: #FEFFCE; }
span { border-color: rgb(254,255,206); }
td.TdClassName
{
border-color: #FEFFCE;
}
.TagClassName
{
border-color: #FEFFCE;
}
</style>