Shades of Cream #FFFECE
Tints of Cream #FFFECE
RGB
CMYK
RGB Variations
Color information
#FFFECE (or 0xFFFECE) is known color: Cream. HEX triplet: FF, FE and CE. RGB value is (255,254,206). Sum of RGB (Red+Green+Blue) = 255+254+206=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 206 (80.86% from 255 or 28.81% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFECE is #000131. Grayscale: #F9F9F9. Windows color (decimal): -306 or 13565695. OLE color: 13565695.
HSL color Cylindrical-coordinate representation of color #FFFECE: hue angle of 58.78º 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 #FFFECE is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 254 | 206 | - |
CMYK | 0 | 0.00 | 0.19 | 0 |
HSL | 58.78º | 1% | 0.9% | - |
HSV(B) | 58.78º | 0.19% | 1% | - |
XYZ | 87.82 | 96.6 | 72.41 | - |
YUV | 248.83 | 103.83 | 132.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 254 | 206 | 0 | 0.00 | 0.19 | 0 | 58.78 | 1 | 0.9 |
Hex | FF | FE | CE | 0 | 0 | 13 | 0 | 3B | 64 | 5A |
Octal | 377 | 376 | 316 | 0 | 0 | 23 | 0 | 73 | 144 | 132 |
Binary | 11111111 | 11111110 | 11001110 | 0 | 0 | 10011 | 0 | 111011 | 1100100 | 1011010 |
Color Harmonies of #FFFECE
Complementary color
Monochromatic Colors of #FFFECE
Black with #FFFECE
Text Example
Text Example
White with #FFFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFECE; }
p { color: rgb(255,254,206); }
H1.HeaderClassName
{
color: #FFFECE;
}
.AnyTagClassName
{
color: #FFFECE;
}
</style>
background-color css
<style>
a { background-color: #FFFECE; }
a { background-color: rgb(255,254,206); }
div.DivClassName
{
background-color: #FFFECE;
}
.BgClassName
{
background-color: #FFFECE;
}
</style>
border-color css
<style>
span { border-color: #FFFECE; }
span { border-color: rgb(255,254,206); }
td.TdClassName
{
border-color: #FFFECE;
}
.TagClassName
{
border-color: #FFFECE;
}
</style>