Shades of Cream #FFFECC
Tints of Cream #FFFECC
RGB
CMYK
RGB Variations
Color information
#FFFECC (or 0xFFFECC) is known color: Cream. HEX triplet: FF, FE and CC. RGB value is (255,254,204). Sum of RGB (Red+Green+Blue) = 255+254+204=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 204 (80.08% from 255 or 28.61% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFECC is #000133. Grayscale: #F8F8F8. Windows color (decimal): -308 or 13434623. OLE color: 13434623.
HSL color Cylindrical-coordinate representation of color #FFFECC: hue angle of 58.82º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFFECC is Cyan = 0, Magento = 0.00, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 254 | 204 | - |
CMYK | 0 | 0.00 | 0.2 | 0 |
HSL | 58.82º | 1% | 0.9% | - |
HSV(B) | 58.82º | 0.2% | 1% | - |
XYZ | 87.58 | 96.5 | 71.14 | - |
YUV | 248.6 | 102.83 | 132.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 254 | 204 | 0 | 0.00 | 0.2 | 0 | 58.82 | 1 | 0.9 |
Hex | FF | FE | CC | 0 | 0 | 14 | 0 | 3B | 64 | 5A |
Octal | 377 | 376 | 314 | 0 | 0 | 24 | 0 | 73 | 144 | 132 |
Binary | 11111111 | 11111110 | 11001100 | 0 | 0 | 10100 | 0 | 111011 | 1100100 | 1011010 |
Color Harmonies of #FFFECC
Complementary color
Monochromatic Colors of #FFFECC
Black with #FFFECC
Text Example
Text Example
White with #FFFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFECC; }
p { color: rgb(255,254,204); }
H1.HeaderClassName
{
color: #FFFECC;
}
.AnyTagClassName
{
color: #FFFECC;
}
</style>
background-color css
<style>
a { background-color: #FFFECC; }
a { background-color: rgb(255,254,204); }
div.DivClassName
{
background-color: #FFFECC;
}
.BgClassName
{
background-color: #FFFECC;
}
</style>
border-color css
<style>
span { border-color: #FFFECC; }
span { border-color: rgb(255,254,204); }
td.TdClassName
{
border-color: #FFFECC;
}
.TagClassName
{
border-color: #FFFECC;
}
</style>