Shades of Cream #FDFCC7
Tints of Cream #FDFCC7
RGB
CMYK
RGB Variations
Color information
#FDFCC7 (or 0xFDFCC7) is known color: Cream. HEX triplet: FD, FC and C7. RGB value is (253,252,199). Sum of RGB (Red+Green+Blue) = 253+252+199=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 252 (98.83% from 255 or 35.80% from 704); Blue value is 199 (78.12% from 255 or 28.27% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCC7 is #020338. Grayscale: #F6F6F6. Windows color (decimal): -131897 or 13106429. OLE color: 13106429.
HSL color Cylindrical-coordinate representation of color #FDFCC7: hue angle of 58.89º 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 #FDFCC7 is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 199 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.01 |
| HSL | 58.89º | 0.93% | 0.89% | - |
| HSV(B) | 58.89º | 0.21% | 0.99% | - |
| XYZ | 85.63 | 94.63 | 67.78 | - |
| YUV | 246.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 199 | 0 | 0.00 | 0.21 | 0.01 | 58.89 | 0.93 | 0.89 |
| Hex | FD | FC | C7 | 0 | 0 | 15 | 1 | 3B | 5D | 59 |
| Octal | 375 | 374 | 307 | 0 | 0 | 25 | 1 | 73 | 135 | 131 |
| Binary | 11111101 | 11111100 | 11000111 | 0 | 0 | 10101 | 1 | 111011 | 1011101 | 1011001 |
Color Harmonies of #FDFCC7
Complementary color
Monochromatic Colors of #FDFCC7
Black with #FDFCC7
Text Example
Text Example
White with #FDFCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCC7; }
p { color: rgb(253,252,199); }
H1.HeaderClassName
{
color: #FDFCC7;
}
.AnyTagClassName
{
color: #FDFCC7;
}
</style>
background-color css
<style>
a { background-color: #FDFCC7; }
a { background-color: rgb(253,252,199); }
div.DivClassName
{
background-color: #FDFCC7;
}
.BgClassName
{
background-color: #FDFCC7;
}
</style>
border-color css
<style>
span { border-color: #FDFCC7; }
span { border-color: rgb(253,252,199); }
td.TdClassName
{
border-color: #FDFCC7;
}
.TagClassName
{
border-color: #FDFCC7;
}
</style>