Shades of Cream #FEFDD6
Tints of Cream #FEFDD6
RGB
CMYK
RGB Variations
Color information
#FEFDD6 (or 0xFEFDD6) is known color: Cream. HEX triplet: FE, FD and D6. RGB value is (254,253,214). Sum of RGB (Red+Green+Blue) = 254+253+214=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 214 (83.98% from 255 or 29.68% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDD6 is #010229. Grayscale: #F9F9F9. Windows color (decimal): -66090 or 14089726. OLE color: 14089726.
HSL color Cylindrical-coordinate representation of color #FEFDD6: hue angle of 58.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FEFDD6 is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 214 | - |
| CMYK | 0 | 0.00 | 0.16 | 0.00 |
| HSL | 58.5º | 0.95% | 0.92% | - |
| HSV(B) | 58.5º | 0.16% | 1% | - |
| XYZ | 88.14 | 96.18 | 77.54 | - |
| YUV | 248.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 214 | 0 | 0.00 | 0.16 | 0.00 | 58.5 | 0.95 | 0.92 |
| Hex | FE | FD | D6 | 0 | 0 | 10 | 0 | 3A | 5F | 5C |
| Octal | 376 | 375 | 326 | 0 | 0 | 20 | 0 | 72 | 137 | 134 |
| Binary | 11111110 | 11111101 | 11010110 | 0 | 0 | 10000 | 0 | 111010 | 1011111 | 1011100 |
Color Harmonies of #FEFDD6
Complementary color
Monochromatic Colors of #FEFDD6
Black with #FEFDD6
Text Example
Text Example
White with #FEFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDD6; }
p { color: rgb(254,253,214); }
H1.HeaderClassName
{
color: #FEFDD6;
}
.AnyTagClassName
{
color: #FEFDD6;
}
</style>
background-color css
<style>
a { background-color: #FEFDD6; }
a { background-color: rgb(254,253,214); }
div.DivClassName
{
background-color: #FEFDD6;
}
.BgClassName
{
background-color: #FEFDD6;
}
</style>
border-color css
<style>
span { border-color: #FEFDD6; }
span { border-color: rgb(254,253,214); }
td.TdClassName
{
border-color: #FEFDD6;
}
.TagClassName
{
border-color: #FEFDD6;
}
</style>