Shades of Cream #FDFDC9
Tints of Cream #FDFDC9
RGB
CMYK
RGB Variations
Color information
#FDFDC9 (or 0xFDFDC9) is known color: Cream. HEX triplet: FD, FD and C9. RGB value is (253,253,201). Sum of RGB (Red+Green+Blue) = 253+253+201=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 201 (78.91% from 255 or 28.43% from 707); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDC9 is #020236. Grayscale: #F7F7F7. Windows color (decimal): -131639 or 13237757. OLE color: 13237757.
HSL color Cylindrical-coordinate representation of color #FDFDC9: hue angle of 60º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDFDC9 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 201 | - |
CMYK | 0 | 0 | 0.21 | 0.01 |
HSL | 60º | 0.93% | 0.89% | - |
HSV(B) | 60º | 0.21% | 0.99% | - |
XYZ | 86.18 | 95.35 | 69.12 | - |
YUV | 247.07 | 102 | 132.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 201 | 0 | 0 | 0.21 | 0.01 | 60 | 0.93 | 0.89 |
Hex | FD | FD | C9 | 0 | 0 | 15 | 1 | 3C | 5D | 59 |
Octal | 375 | 375 | 311 | 0 | 0 | 25 | 1 | 74 | 135 | 131 |
Binary | 11111101 | 11111101 | 11001001 | 0 | 0 | 10101 | 1 | 111100 | 1011101 | 1011001 |
Color Harmonies of #FDFDC9
Complementary color
Monochromatic Colors of #FDFDC9
Black with #FDFDC9
Text Example
Text Example
White with #FDFDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDC9; }
p { color: rgb(253,253,201); }
H1.HeaderClassName
{
color: #FDFDC9;
}
.AnyTagClassName
{
color: #FDFDC9;
}
</style>
background-color css
<style>
a { background-color: #FDFDC9; }
a { background-color: rgb(253,253,201); }
div.DivClassName
{
background-color: #FDFDC9;
}
.BgClassName
{
background-color: #FDFDC9;
}
</style>
border-color css
<style>
span { border-color: #FDFDC9; }
span { border-color: rgb(253,253,201); }
td.TdClassName
{
border-color: #FDFDC9;
}
.TagClassName
{
border-color: #FDFDC9;
}
</style>