Shades of Cream #FDFEC8
Tints of Cream #FDFEC8
RGB
CMYK
RGB Variations
Color information
#FDFEC8 (or 0xFDFEC8) is known color: Cream. HEX triplet: FD, FE and C8. RGB value is (253,254,200). Sum of RGB (Red+Green+Blue) = 253+254+200=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 200 (78.52% from 255 or 28.29% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEC8 is #020137. Grayscale: #F7F7F7. Windows color (decimal): -131384 or 13172477. OLE color: 13172477.
HSL color Cylindrical-coordinate representation of color #FDFEC8: hue angle of 61.11º 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 #FDFEC8 is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 200 | - |
CMYK | 0.00 | 0 | 0.21 | 0.00 |
HSL | 61.11º | 0.96% | 0.89% | - |
HSV(B) | 61.11º | 0.21% | 1% | - |
XYZ | 86.38 | 95.94 | 68.61 | - |
YUV | 247.55 | 101.17 | 131.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 200 | 0.00 | 0 | 0.21 | 0.00 | 61.11 | 0.96 | 0.89 |
Hex | FD | FE | C8 | 0 | 0 | 15 | 0 | 3D | 60 | 59 |
Octal | 375 | 376 | 310 | 0 | 0 | 25 | 0 | 75 | 140 | 131 |
Binary | 11111101 | 11111110 | 11001000 | 0 | 0 | 10101 | 0 | 111101 | 1100000 | 1011001 |
Color Harmonies of #FDFEC8
Complementary color
Monochromatic Colors of #FDFEC8
Black with #FDFEC8
Text Example
Text Example
White with #FDFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEC8; }
p { color: rgb(253,254,200); }
H1.HeaderClassName
{
color: #FDFEC8;
}
.AnyTagClassName
{
color: #FDFEC8;
}
</style>
background-color css
<style>
a { background-color: #FDFEC8; }
a { background-color: rgb(253,254,200); }
div.DivClassName
{
background-color: #FDFEC8;
}
.BgClassName
{
background-color: #FDFEC8;
}
</style>
border-color css
<style>
span { border-color: #FDFEC8; }
span { border-color: rgb(253,254,200); }
td.TdClassName
{
border-color: #FDFEC8;
}
.TagClassName
{
border-color: #FDFEC8;
}
</style>