Shades of Cream #FDFEC9
Tints of Cream #FDFEC9
RGB
CMYK
RGB Variations
Color information
#FDFEC9 (or 0xFDFEC9) is known color: Cream. HEX triplet: FD, FE and C9. RGB value is (253,254,201). Sum of RGB (Red+Green+Blue) = 253+254+201=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 201 (78.91% from 255 or 28.39% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEC9 is #020136. Grayscale: #F7F7F7. Windows color (decimal): -131383 or 13238013. OLE color: 13238013.
HSL color Cylindrical-coordinate representation of color #FDFEC9: hue angle of 61.13º 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 #FDFEC9 is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 201 | - |
CMYK | 0.00 | 0 | 0.21 | 0.00 |
HSL | 61.13º | 0.96% | 0.89% | - |
HSV(B) | 61.13º | 0.21% | 1% | - |
XYZ | 86.49 | 95.98 | 69.23 | - |
YUV | 247.66 | 101.67 | 131.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 201 | 0.00 | 0 | 0.21 | 0.00 | 61.13 | 0.96 | 0.89 |
Hex | FD | FE | C9 | 0 | 0 | 15 | 0 | 3D | 60 | 59 |
Octal | 375 | 376 | 311 | 0 | 0 | 25 | 0 | 75 | 140 | 131 |
Binary | 11111101 | 11111110 | 11001001 | 0 | 0 | 10101 | 0 | 111101 | 1100000 | 1011001 |
Color Harmonies of #FDFEC9
Complementary color
Monochromatic Colors of #FDFEC9
Black with #FDFEC9
Text Example
Text Example
White with #FDFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEC9; }
p { color: rgb(253,254,201); }
H1.HeaderClassName
{
color: #FDFEC9;
}
.AnyTagClassName
{
color: #FDFEC9;
}
</style>
background-color css
<style>
a { background-color: #FDFEC9; }
a { background-color: rgb(253,254,201); }
div.DivClassName
{
background-color: #FDFEC9;
}
.BgClassName
{
background-color: #FDFEC9;
}
</style>
border-color css
<style>
span { border-color: #FDFEC9; }
span { border-color: rgb(253,254,201); }
td.TdClassName
{
border-color: #FDFEC9;
}
.TagClassName
{
border-color: #FDFEC9;
}
</style>