Shades of Cream #FCFCC6
Tints of Cream #FCFCC6
RGB
CMYK
RGB Variations
Color information
#FCFCC6 (or 0xFCFCC6) is known color: Cream. HEX triplet: FC, FC and C6. RGB value is (252,252,198). Sum of RGB (Red+Green+Blue) = 252+252+198=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 198 (77.73% from 255 or 28.21% from 702); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCC6 is #030339. Grayscale: #F6F6F6. Windows color (decimal): -197434 or 13040892. OLE color: 13040892.
HSL color Cylindrical-coordinate representation of color #FCFCC6: 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 #FCFCC6 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 198 | - |
| CMYK | 0 | 0 | 0.21 | 0.01 |
| HSL | 60º | 0.9% | 0.88% | - |
| HSV(B) | 60º | 0.21% | 0.99% | - |
| XYZ | 85.15 | 94.39 | 67.16 | - |
| YUV | 245.84 | 101 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 198 | 0 | 0 | 0.21 | 0.01 | 60 | 0.9 | 0.88 |
| Hex | FC | FC | C6 | 0 | 0 | 15 | 1 | 3C | 5A | 58 |
| Octal | 374 | 374 | 306 | 0 | 0 | 25 | 1 | 74 | 132 | 130 |
| Binary | 11111100 | 11111100 | 11000110 | 0 | 0 | 10101 | 1 | 111100 | 1011010 | 1011000 |
Color Harmonies of #FCFCC6
Complementary color
Monochromatic Colors of #FCFCC6
Black with #FCFCC6
Text Example
Text Example
White with #FCFCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCC6; }
p { color: rgb(252,252,198); }
H1.HeaderClassName
{
color: #FCFCC6;
}
.AnyTagClassName
{
color: #FCFCC6;
}
</style>
background-color css
<style>
a { background-color: #FCFCC6; }
a { background-color: rgb(252,252,198); }
div.DivClassName
{
background-color: #FCFCC6;
}
.BgClassName
{
background-color: #FCFCC6;
}
</style>
border-color css
<style>
span { border-color: #FCFCC6; }
span { border-color: rgb(252,252,198); }
td.TdClassName
{
border-color: #FCFCC6;
}
.TagClassName
{
border-color: #FCFCC6;
}
</style>