Shades of Cream #FEFFC9
Tints of Cream #FEFFC9
RGB
CMYK
RGB Variations
Color information
#FEFFC9 (or 0xFEFFC9) is known color: Cream. HEX triplet: FE, FF and C9. RGB value is (254,255,201). Sum of RGB (Red+Green+Blue) = 254+255+201=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 201 (78.91% from 255 or 28.31% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFC9 is #010036. Grayscale: #F8F8F8. Windows color (decimal): -65591 or 13238270. OLE color: 13238270.
HSL color Cylindrical-coordinate representation of color #FEFFC9: hue angle of 61.11º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEFFC9 is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 201 | - |
| CMYK | 0.00 | 0 | 0.21 | 0 |
| HSL | 61.11º | 1% | 0.89% | - |
| HSV(B) | 61.11º | 0.21% | 1% | - |
| XYZ | 87.18 | 96.81 | 69.35 | - |
| YUV | 248.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 201 | 0.00 | 0 | 0.21 | 0 | 61.11 | 1 | 0.89 |
| Hex | FE | FF | C9 | 0 | 0 | 15 | 0 | 3D | 64 | 59 |
| Octal | 376 | 377 | 311 | 0 | 0 | 25 | 0 | 75 | 144 | 131 |
| Binary | 11111110 | 11111111 | 11001001 | 0 | 0 | 10101 | 0 | 111101 | 1100100 | 1011001 |
Color Harmonies of #FEFFC9
Complementary color
Monochromatic Colors of #FEFFC9
Black with #FEFFC9
Text Example
Text Example
White with #FEFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFC9; }
p { color: rgb(254,255,201); }
H1.HeaderClassName
{
color: #FEFFC9;
}
.AnyTagClassName
{
color: #FEFFC9;
}
</style>
background-color css
<style>
a { background-color: #FEFFC9; }
a { background-color: rgb(254,255,201); }
div.DivClassName
{
background-color: #FEFFC9;
}
.BgClassName
{
background-color: #FEFFC9;
}
</style>
border-color css
<style>
span { border-color: #FEFFC9; }
span { border-color: rgb(254,255,201); }
td.TdClassName
{
border-color: #FEFFC9;
}
.TagClassName
{
border-color: #FEFFC9;
}
</style>