Shades of Cream #FDFFC9
Tints of Cream #FDFFC9
RGB
CMYK
RGB Variations
Color information
#FDFFC9 (or 0xFDFFC9) is known color: Cream. HEX triplet: FD, FF and C9. RGB value is (253,255,201). Sum of RGB (Red+Green+Blue) = 253+255+201=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 201 (78.91% from 255 or 28.35% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFC9 is #020036. Grayscale: #F8F8F8. Windows color (decimal): -131127 or 13238269. OLE color: 13238269.
HSL color Cylindrical-coordinate representation of color #FDFFC9: hue angle of 62.22º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDFFC9 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 201 | - |
| CMYK | 0.01 | 0 | 0.21 | 0 |
| HSL | 62.22º | 1% | 0.89% | - |
| HSV(B) | 62.22º | 0.21% | 1% | - |
| XYZ | 86.81 | 96.62 | 69.33 | - |
| YUV | 248.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 201 | 0.01 | 0 | 0.21 | 0 | 62.22 | 1 | 0.89 |
| Hex | FD | FF | C9 | 1 | 0 | 15 | 0 | 3E | 64 | 59 |
| Octal | 375 | 377 | 311 | 1 | 0 | 25 | 0 | 76 | 144 | 131 |
| Binary | 11111101 | 11111111 | 11001001 | 1 | 0 | 10101 | 0 | 111110 | 1100100 | 1011001 |
Color Harmonies of #FDFFC9
Complementary color
Monochromatic Colors of #FDFFC9
Black with #FDFFC9
Text Example
Text Example
White with #FDFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFC9; }
p { color: rgb(253,255,201); }
H1.HeaderClassName
{
color: #FDFFC9;
}
.AnyTagClassName
{
color: #FDFFC9;
}
</style>
background-color css
<style>
a { background-color: #FDFFC9; }
a { background-color: rgb(253,255,201); }
div.DivClassName
{
background-color: #FDFFC9;
}
.BgClassName
{
background-color: #FDFFC9;
}
</style>
border-color css
<style>
span { border-color: #FDFFC9; }
span { border-color: rgb(253,255,201); }
td.TdClassName
{
border-color: #FDFFC9;
}
.TagClassName
{
border-color: #FDFFC9;
}
</style>