Shades of Cream #FCFDC9
Tints of Cream #FCFDC9
RGB
CMYK
RGB Variations
Color information
#FCFDC9 (or 0xFCFDC9) is known color: Cream. HEX triplet: FC, FD and C9. RGB value is (252,253,201). Sum of RGB (Red+Green+Blue) = 252+253+201=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 201 (78.91% from 255 or 28.47% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDC9 is #030236. Grayscale: #F6F6F6. Windows color (decimal): -197175 or 13237756. OLE color: 13237756.
HSL color Cylindrical-coordinate representation of color #FCFDC9: hue angle of 61.15º 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 #FCFDC9 is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 201 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.01 |
| HSL | 61.15º | 0.93% | 0.89% | - |
| HSV(B) | 61.15º | 0.21% | 0.99% | - |
| XYZ | 85.81 | 95.16 | 69.1 | - |
| YUV | 246.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 201 | 0.00 | 0 | 0.21 | 0.01 | 61.15 | 0.93 | 0.89 |
| Hex | FC | FD | C9 | 0 | 0 | 15 | 1 | 3D | 5D | 59 |
| Octal | 374 | 375 | 311 | 0 | 0 | 25 | 1 | 75 | 135 | 131 |
| Binary | 11111100 | 11111101 | 11001001 | 0 | 0 | 10101 | 1 | 111101 | 1011101 | 1011001 |
Color Harmonies of #FCFDC9
Complementary color
Monochromatic Colors of #FCFDC9
Black with #FCFDC9
Text Example
Text Example
White with #FCFDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDC9; }
p { color: rgb(252,253,201); }
H1.HeaderClassName
{
color: #FCFDC9;
}
.AnyTagClassName
{
color: #FCFDC9;
}
</style>
background-color css
<style>
a { background-color: #FCFDC9; }
a { background-color: rgb(252,253,201); }
div.DivClassName
{
background-color: #FCFDC9;
}
.BgClassName
{
background-color: #FCFDC9;
}
</style>
border-color css
<style>
span { border-color: #FCFDC9; }
span { border-color: rgb(252,253,201); }
td.TdClassName
{
border-color: #FCFDC9;
}
.TagClassName
{
border-color: #FCFDC9;
}
</style>