Shades of Cream #FEFDC8
Tints of Cream #FEFDC8
RGB
CMYK
RGB Variations
Color information
#FEFDC8 (or 0xFEFDC8) is known color: Cream. HEX triplet: FE, FD and C8. RGB value is (254,253,200). Sum of RGB (Red+Green+Blue) = 254+253+200=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 200 (78.52% from 255 or 28.29% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDC8 is #010237. Grayscale: #F7F7F7. Windows color (decimal): -66104 or 13172222. OLE color: 13172222.
HSL color Cylindrical-coordinate representation of color #FEFDC8: hue angle of 58.89º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEFDC8 is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 200 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.00 |
| HSL | 58.89º | 0.96% | 0.89% | - |
| HSV(B) | 58.89º | 0.21% | 1% | - |
| XYZ | 86.42 | 95.49 | 68.52 | - |
| YUV | 247.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 200 | 0 | 0.00 | 0.21 | 0.00 | 58.89 | 0.96 | 0.89 |
| Hex | FE | FD | C8 | 0 | 0 | 15 | 0 | 3B | 60 | 59 |
| Octal | 376 | 375 | 310 | 0 | 0 | 25 | 0 | 73 | 140 | 131 |
| Binary | 11111110 | 11111101 | 11001000 | 0 | 0 | 10101 | 0 | 111011 | 1100000 | 1011001 |
Color Harmonies of #FEFDC8
Complementary color
Monochromatic Colors of #FEFDC8
Black with #FEFDC8
Text Example
Text Example
White with #FEFDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDC8; }
p { color: rgb(254,253,200); }
H1.HeaderClassName
{
color: #FEFDC8;
}
.AnyTagClassName
{
color: #FEFDC8;
}
</style>
background-color css
<style>
a { background-color: #FEFDC8; }
a { background-color: rgb(254,253,200); }
div.DivClassName
{
background-color: #FEFDC8;
}
.BgClassName
{
background-color: #FEFDC8;
}
</style>
border-color css
<style>
span { border-color: #FEFDC8; }
span { border-color: rgb(254,253,200); }
td.TdClassName
{
border-color: #FEFDC8;
}
.TagClassName
{
border-color: #FEFDC8;
}
</style>