Shades of Cream #FEFFD0
Tints of Cream #FEFFD0
RGB
CMYK
RGB Variations
Color information
#FEFFD0 (or 0xFEFFD0) is known color: Cream. HEX triplet: FE, FF and D0. RGB value is (254,255,208). Sum of RGB (Red+Green+Blue) = 254+255+208=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 208 (81.64% from 255 or 29.01% from 717); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFD0 is #01002F. Grayscale: #F9F9F9. Windows color (decimal): -65584 or 13697022. OLE color: 13697022.
HSL color Cylindrical-coordinate representation of color #FEFFD0: hue angle of 61.28º 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 #FEFFD0 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 208 | - |
| CMYK | 0.00 | 0 | 0.18 | 0 |
| HSL | 61.28º | 1% | 0.91% | - |
| HSV(B) | 61.28º | 0.18% | 1% | - |
| XYZ | 88.02 | 97.14 | 73.79 | - |
| YUV | 249.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 208 | 0.00 | 0 | 0.18 | 0 | 61.28 | 1 | 0.91 |
| Hex | FE | FF | D0 | 0 | 0 | 12 | 0 | 3D | 64 | 5B |
| Octal | 376 | 377 | 320 | 0 | 0 | 22 | 0 | 75 | 144 | 133 |
| Binary | 11111110 | 11111111 | 11010000 | 0 | 0 | 10010 | 0 | 111101 | 1100100 | 1011011 |
Color Harmonies of #FEFFD0
Complementary color
Monochromatic Colors of #FEFFD0
Black with #FEFFD0
Text Example
Text Example
White with #FEFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFD0; }
p { color: rgb(254,255,208); }
H1.HeaderClassName
{
color: #FEFFD0;
}
.AnyTagClassName
{
color: #FEFFD0;
}
</style>
background-color css
<style>
a { background-color: #FEFFD0; }
a { background-color: rgb(254,255,208); }
div.DivClassName
{
background-color: #FEFFD0;
}
.BgClassName
{
background-color: #FEFFD0;
}
</style>
border-color css
<style>
span { border-color: #FEFFD0; }
span { border-color: rgb(254,255,208); }
td.TdClassName
{
border-color: #FEFFD0;
}
.TagClassName
{
border-color: #FEFFD0;
}
</style>