Shades of Cream #FFFEC8
Tints of Cream #FFFEC8
RGB
CMYK
RGB Variations
Color information
#FFFEC8 (or 0xFFFEC8) is known color: Cream. HEX triplet: FF, FE and C8. RGB value is (255,254,200). Sum of RGB (Red+Green+Blue) = 255+254+200=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 200 (78.52% from 255 or 28.21% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEC8 is #000137. Grayscale: #F8F8F8. Windows color (decimal): -312 or 13172479. OLE color: 13172479.
HSL color Cylindrical-coordinate representation of color #FFFEC8: hue angle of 58.91º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFFEC8 is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 200 | - |
| CMYK | 0 | 0.00 | 0.22 | 0 |
| HSL | 58.91º | 1% | 0.89% | - |
| HSV(B) | 58.91º | 0.22% | 1% | - |
| XYZ | 87.11 | 96.31 | 68.64 | - |
| YUV | 248.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 200 | 0 | 0.00 | 0.22 | 0 | 58.91 | 1 | 0.89 |
| Hex | FF | FE | C8 | 0 | 0 | 16 | 0 | 3B | 64 | 59 |
| Octal | 377 | 376 | 310 | 0 | 0 | 26 | 0 | 73 | 144 | 131 |
| Binary | 11111111 | 11111110 | 11001000 | 0 | 0 | 10110 | 0 | 111011 | 1100100 | 1011001 |
Color Harmonies of #FFFEC8
Complementary color
Monochromatic Colors of #FFFEC8
Black with #FFFEC8
Text Example
Text Example
White with #FFFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEC8; }
p { color: rgb(255,254,200); }
H1.HeaderClassName
{
color: #FFFEC8;
}
.AnyTagClassName
{
color: #FFFEC8;
}
</style>
background-color css
<style>
a { background-color: #FFFEC8; }
a { background-color: rgb(255,254,200); }
div.DivClassName
{
background-color: #FFFEC8;
}
.BgClassName
{
background-color: #FFFEC8;
}
</style>
border-color css
<style>
span { border-color: #FFFEC8; }
span { border-color: rgb(255,254,200); }
td.TdClassName
{
border-color: #FFFEC8;
}
.TagClassName
{
border-color: #FFFEC8;
}
</style>