Shades of Cumulus #FCFCC0
Tints of Cumulus #FCFCC0
RGB
CMYK
RGB Variations
Color information
#FCFCC0 (or 0xFCFCC0) is known color: Cumulus. HEX triplet: FC, FC and C0. RGB value is (252,252,192). Sum of RGB (Red+Green+Blue) = 252+252+192=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 192 (75.39% from 255 or 27.59% from 696); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCC0 is #03033F. Grayscale: #F5F5F5. Windows color (decimal): -197440 or 12647676. OLE color: 12647676.
HSL color Cylindrical-coordinate representation of color #FCFCC0: hue angle of 60º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCFCC0 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 192 | - |
| CMYK | 0 | 0 | 0.24 | 0.01 |
| HSL | 60º | 0.91% | 0.87% | - |
| HSV(B) | 60º | 0.24% | 0.99% | - |
| XYZ | 84.47 | 94.12 | 63.58 | - |
| YUV | 245.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 192 | 0 | 0 | 0.24 | 0.01 | 60 | 0.91 | 0.87 |
| Hex | FC | FC | C0 | 0 | 0 | 18 | 1 | 3C | 5B | 57 |
| Octal | 374 | 374 | 300 | 0 | 0 | 30 | 1 | 74 | 133 | 127 |
| Binary | 11111100 | 11111100 | 11000000 | 0 | 0 | 11000 | 1 | 111100 | 1011011 | 1010111 |
Color Harmonies of #FCFCC0
Complementary color
Monochromatic Colors of #FCFCC0
Black with #FCFCC0
Text Example
Text Example
White with #FCFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCC0; }
p { color: rgb(252,252,192); }
H1.HeaderClassName
{
color: #FCFCC0;
}
.AnyTagClassName
{
color: #FCFCC0;
}
</style>
background-color css
<style>
a { background-color: #FCFCC0; }
a { background-color: rgb(252,252,192); }
div.DivClassName
{
background-color: #FCFCC0;
}
.BgClassName
{
background-color: #FCFCC0;
}
</style>
border-color css
<style>
span { border-color: #FCFCC0; }
span { border-color: rgb(252,252,192); }
td.TdClassName
{
border-color: #FCFCC0;
}
.TagClassName
{
border-color: #FCFCC0;
}
</style>