Shades of Cream #FCFCC7
Tints of Cream #FCFCC7
RGB
CMYK
RGB Variations
Color information
#FCFCC7 (or 0xFCFCC7) is known color: Cream. HEX triplet: FC, FC and C7. RGB value is (252,252,199). Sum of RGB (Red+Green+Blue) = 252+252+199=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 199 (78.12% from 255 or 28.31% from 703); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCC7 is #030338. Grayscale: #F6F6F6. Windows color (decimal): -197433 or 13106428. OLE color: 13106428.
HSL color Cylindrical-coordinate representation of color #FCFCC7: hue angle of 60º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCFCC7 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 199 | - |
| CMYK | 0 | 0 | 0.21 | 0.01 |
| HSL | 60º | 0.9% | 0.88% | - |
| HSV(B) | 60º | 0.21% | 0.99% | - |
| XYZ | 85.26 | 94.44 | 67.77 | - |
| YUV | 245.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 199 | 0 | 0 | 0.21 | 0.01 | 60 | 0.9 | 0.88 |
| Hex | FC | FC | C7 | 0 | 0 | 15 | 1 | 3C | 5A | 58 |
| Octal | 374 | 374 | 307 | 0 | 0 | 25 | 1 | 74 | 132 | 130 |
| Binary | 11111100 | 11111100 | 11000111 | 0 | 0 | 10101 | 1 | 111100 | 1011010 | 1011000 |
Color Harmonies of #FCFCC7
Complementary color
Monochromatic Colors of #FCFCC7
Black with #FCFCC7
Text Example
Text Example
White with #FCFCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCC7; }
p { color: rgb(252,252,199); }
H1.HeaderClassName
{
color: #FCFCC7;
}
.AnyTagClassName
{
color: #FCFCC7;
}
</style>
background-color css
<style>
a { background-color: #FCFCC7; }
a { background-color: rgb(252,252,199); }
div.DivClassName
{
background-color: #FCFCC7;
}
.BgClassName
{
background-color: #FCFCC7;
}
</style>
border-color css
<style>
span { border-color: #FCFCC7; }
span { border-color: rgb(252,252,199); }
td.TdClassName
{
border-color: #FCFCC7;
}
.TagClassName
{
border-color: #FCFCC7;
}
</style>