Shades of Cream #FEFFD1
Tints of Cream #FEFFD1
RGB
CMYK
RGB Variations
Color information
#FEFFD1 (or 0xFEFFD1) is known color: Cream. HEX triplet: FE, FF and D1. RGB value is (254,255,209). Sum of RGB (Red+Green+Blue) = 254+255+209=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 209 (82.03% from 255 or 29.11% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFD1 is #01002E. Grayscale: #F9F9F9. Windows color (decimal): -65583 or 13762558. OLE color: 13762558.
HSL color Cylindrical-coordinate representation of color #FEFFD1: hue angle of 61.3º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEFFD1 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 209 | - |
| CMYK | 0.00 | 0 | 0.18 | 0 |
| HSL | 61.3º | 1% | 0.91% | - |
| HSV(B) | 61.3º | 0.18% | 1% | - |
| XYZ | 88.14 | 97.19 | 74.44 | - |
| YUV | 249.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 209 | 0.00 | 0 | 0.18 | 0 | 61.3 | 1 | 0.91 |
| Hex | FE | FF | D1 | 0 | 0 | 12 | 0 | 3D | 64 | 5B |
| Octal | 376 | 377 | 321 | 0 | 0 | 22 | 0 | 75 | 144 | 133 |
| Binary | 11111110 | 11111111 | 11010001 | 0 | 0 | 10010 | 0 | 111101 | 1100100 | 1011011 |
Color Harmonies of #FEFFD1
Complementary color
Monochromatic Colors of #FEFFD1
Black with #FEFFD1
Text Example
Text Example
White with #FEFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFD1; }
p { color: rgb(254,255,209); }
H1.HeaderClassName
{
color: #FEFFD1;
}
.AnyTagClassName
{
color: #FEFFD1;
}
</style>
background-color css
<style>
a { background-color: #FEFFD1; }
a { background-color: rgb(254,255,209); }
div.DivClassName
{
background-color: #FEFFD1;
}
.BgClassName
{
background-color: #FEFFD1;
}
</style>
border-color css
<style>
span { border-color: #FEFFD1; }
span { border-color: rgb(254,255,209); }
td.TdClassName
{
border-color: #FEFFD1;
}
.TagClassName
{
border-color: #FEFFD1;
}
</style>