Shades of Cream #FEFDD7
Tints of Cream #FEFDD7
RGB
CMYK
RGB Variations
Color information
#FEFDD7 (or 0xFEFDD7) is known color: Cream. HEX triplet: FE, FD and D7. RGB value is (254,253,215). Sum of RGB (Red+Green+Blue) = 254+253+215=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 215 (84.38% from 255 or 29.78% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDD7 is #010228. Grayscale: #F9F9F9. Windows color (decimal): -66089 or 14155262. OLE color: 14155262.
HSL color Cylindrical-coordinate representation of color #FEFDD7: hue angle of 58.46º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEFDD7 is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 215 | - |
| CMYK | 0 | 0.00 | 0.15 | 0.00 |
| HSL | 58.46º | 0.95% | 0.92% | - |
| HSV(B) | 58.46º | 0.15% | 1% | - |
| XYZ | 88.26 | 96.23 | 78.21 | - |
| YUV | 248.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 215 | 0 | 0.00 | 0.15 | 0.00 | 58.46 | 0.95 | 0.92 |
| Hex | FE | FD | D7 | 0 | 0 | F | 0 | 3A | 5F | 5C |
| Octal | 376 | 375 | 327 | 0 | 0 | 17 | 0 | 72 | 137 | 134 |
| Binary | 11111110 | 11111101 | 11010111 | 0 | 0 | 1111 | 0 | 111010 | 1011111 | 1011100 |
Color Harmonies of #FEFDD7
Complementary color
Monochromatic Colors of #FEFDD7
Black with #FEFDD7
Text Example
Text Example
White with #FEFDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDD7; }
p { color: rgb(254,253,215); }
H1.HeaderClassName
{
color: #FEFDD7;
}
.AnyTagClassName
{
color: #FEFDD7;
}
</style>
background-color css
<style>
a { background-color: #FEFDD7; }
a { background-color: rgb(254,253,215); }
div.DivClassName
{
background-color: #FEFDD7;
}
.BgClassName
{
background-color: #FEFDD7;
}
</style>
border-color css
<style>
span { border-color: #FEFDD7; }
span { border-color: rgb(254,253,215); }
td.TdClassName
{
border-color: #FEFDD7;
}
.TagClassName
{
border-color: #FEFDD7;
}
</style>