Shades of Cream #FEFFC8
Tints of Cream #FEFFC8
RGB
CMYK
RGB Variations
Color information
#FEFFC8 (or 0xFEFFC8) is known color: Cream. HEX triplet: FE, FF and C8. RGB value is (254,255,200). Sum of RGB (Red+Green+Blue) = 254+255+200=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 200 (78.52% from 255 or 28.21% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFC8 is #010037. Grayscale: #F8F8F8. Windows color (decimal): -65592 or 13172734. OLE color: 13172734.
HSL color Cylindrical-coordinate representation of color #FEFFC8: hue angle of 61.09º 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 #FEFFC8 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 200 | - |
| CMYK | 0.00 | 0 | 0.22 | 0 |
| HSL | 61.09º | 1% | 0.89% | - |
| HSV(B) | 61.09º | 0.22% | 1% | - |
| XYZ | 87.06 | 96.76 | 68.73 | - |
| YUV | 248.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 200 | 0.00 | 0 | 0.22 | 0 | 61.09 | 1 | 0.89 |
| Hex | FE | FF | C8 | 0 | 0 | 16 | 0 | 3D | 64 | 59 |
| Octal | 376 | 377 | 310 | 0 | 0 | 26 | 0 | 75 | 144 | 131 |
| Binary | 11111110 | 11111111 | 11001000 | 0 | 0 | 10110 | 0 | 111101 | 1100100 | 1011001 |
Color Harmonies of #FEFFC8
Complementary color
Monochromatic Colors of #FEFFC8
Black with #FEFFC8
Text Example
Text Example
White with #FEFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFC8; }
p { color: rgb(254,255,200); }
H1.HeaderClassName
{
color: #FEFFC8;
}
.AnyTagClassName
{
color: #FEFFC8;
}
</style>
background-color css
<style>
a { background-color: #FEFFC8; }
a { background-color: rgb(254,255,200); }
div.DivClassName
{
background-color: #FEFFC8;
}
.BgClassName
{
background-color: #FEFFC8;
}
</style>
border-color css
<style>
span { border-color: #FEFFC8; }
span { border-color: rgb(254,255,200); }
td.TdClassName
{
border-color: #FEFFC8;
}
.TagClassName
{
border-color: #FEFFC8;
}
</style>