Shades of Cream #FEFDCC
Tints of Cream #FEFDCC
RGB
CMYK
RGB Variations
Color information
#FEFDCC (or 0xFEFDCC) is known color: Cream. HEX triplet: FE, FD and CC. RGB value is (254,253,204). Sum of RGB (Red+Green+Blue) = 254+253+204=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 204 (80.08% from 255 or 28.69% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDCC is #010233. Grayscale: #F7F7F7. Windows color (decimal): -66100 or 13434366. OLE color: 13434366.
HSL color Cylindrical-coordinate representation of color #FEFDCC: hue angle of 58.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEFDCC is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 204 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.00 |
| HSL | 58.8º | 0.96% | 0.9% | - |
| HSV(B) | 58.8º | 0.2% | 1% | - |
| XYZ | 86.9 | 95.68 | 71.02 | - |
| YUV | 247.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 204 | 0 | 0.00 | 0.20 | 0.00 | 58.8 | 0.96 | 0.9 |
| Hex | FE | FD | CC | 0 | 0 | 14 | 0 | 3B | 60 | 5A |
| Octal | 376 | 375 | 314 | 0 | 0 | 24 | 0 | 73 | 140 | 132 |
| Binary | 11111110 | 11111101 | 11001100 | 0 | 0 | 10100 | 0 | 111011 | 1100000 | 1011010 |
Color Harmonies of #FEFDCC
Complementary color
Monochromatic Colors of #FEFDCC
Black with #FEFDCC
Text Example
Text Example
White with #FEFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDCC; }
p { color: rgb(254,253,204); }
H1.HeaderClassName
{
color: #FEFDCC;
}
.AnyTagClassName
{
color: #FEFDCC;
}
</style>
background-color css
<style>
a { background-color: #FEFDCC; }
a { background-color: rgb(254,253,204); }
div.DivClassName
{
background-color: #FEFDCC;
}
.BgClassName
{
background-color: #FEFDCC;
}
</style>
border-color css
<style>
span { border-color: #FEFDCC; }
span { border-color: rgb(254,253,204); }
td.TdClassName
{
border-color: #FEFDCC;
}
.TagClassName
{
border-color: #FEFDCC;
}
</style>