Shades of Cream #FCFCC8
Tints of Cream #FCFCC8
RGB
CMYK
RGB Variations
Color information
#FCFCC8 (or 0xFCFCC8) is known color: Cream. HEX triplet: FC, FC and C8. RGB value is (252,252,200). Sum of RGB (Red+Green+Blue) = 252+252+200=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 252 (98.83% from 255 or 35.80% from 704); Blue value is 200 (78.52% from 255 or 28.41% from 704); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCC8 is #030337. Grayscale: #F6F6F6. Windows color (decimal): -197432 or 13171964. OLE color: 13171964.
HSL color Cylindrical-coordinate representation of color #FCFCC8: hue angle of 60º degrees, saturation: 0.9, 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 #FCFCC8 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 200 | - |
| CMYK | 0 | 0 | 0.21 | 0.01 |
| HSL | 60º | 0.9% | 0.89% | - |
| HSV(B) | 60º | 0.21% | 0.99% | - |
| XYZ | 85.38 | 94.49 | 68.38 | - |
| YUV | 246.07 | 102 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 200 | 0 | 0 | 0.21 | 0.01 | 60 | 0.9 | 0.89 |
| Hex | FC | FC | C8 | 0 | 0 | 15 | 1 | 3C | 5A | 59 |
| Octal | 374 | 374 | 310 | 0 | 0 | 25 | 1 | 74 | 132 | 131 |
| Binary | 11111100 | 11111100 | 11001000 | 0 | 0 | 10101 | 1 | 111100 | 1011010 | 1011001 |
Color Harmonies of #FCFCC8
Complementary color
Monochromatic Colors of #FCFCC8
Black with #FCFCC8
Text Example
Text Example
White with #FCFCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCC8; }
p { color: rgb(252,252,200); }
H1.HeaderClassName
{
color: #FCFCC8;
}
.AnyTagClassName
{
color: #FCFCC8;
}
</style>
background-color css
<style>
a { background-color: #FCFCC8; }
a { background-color: rgb(252,252,200); }
div.DivClassName
{
background-color: #FCFCC8;
}
.BgClassName
{
background-color: #FCFCC8;
}
</style>
border-color css
<style>
span { border-color: #FCFCC8; }
span { border-color: rgb(252,252,200); }
td.TdClassName
{
border-color: #FCFCC8;
}
.TagClassName
{
border-color: #FCFCC8;
}
</style>