Shades of Cumulus #FCFCC1
Tints of Cumulus #FCFCC1
RGB
CMYK
RGB Variations
Color information
#FCFCC1 (or 0xFCFCC1) is known color: Cumulus. HEX triplet: FC, FC and C1. RGB value is (252,252,193). Sum of RGB (Red+Green+Blue) = 252+252+193=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 193 (75.78% from 255 or 27.69% from 697); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCC1 is #03033E. Grayscale: #F5F5F5. Windows color (decimal): -197439 or 12713212. OLE color: 12713212.
HSL color Cylindrical-coordinate representation of color #FCFCC1: 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.23%. Process color model (Four color, CMYK) of #FCFCC1 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 193 | - |
| CMYK | 0 | 0 | 0.23 | 0.01 |
| HSL | 60º | 0.91% | 0.87% | - |
| HSV(B) | 60º | 0.23% | 0.99% | - |
| XYZ | 84.58 | 94.17 | 64.17 | - |
| YUV | 245.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 193 | 0 | 0 | 0.23 | 0.01 | 60 | 0.91 | 0.87 |
| Hex | FC | FC | C1 | 0 | 0 | 17 | 1 | 3C | 5B | 57 |
| Octal | 374 | 374 | 301 | 0 | 0 | 27 | 1 | 74 | 133 | 127 |
| Binary | 11111100 | 11111100 | 11000001 | 0 | 0 | 10111 | 1 | 111100 | 1011011 | 1010111 |
Color Harmonies of #FCFCC1
Complementary color
Monochromatic Colors of #FCFCC1
Black with #FCFCC1
Text Example
Text Example
White with #FCFCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCC1; }
p { color: rgb(252,252,193); }
H1.HeaderClassName
{
color: #FCFCC1;
}
.AnyTagClassName
{
color: #FCFCC1;
}
</style>
background-color css
<style>
a { background-color: #FCFCC1; }
a { background-color: rgb(252,252,193); }
div.DivClassName
{
background-color: #FCFCC1;
}
.BgClassName
{
background-color: #FCFCC1;
}
</style>
border-color css
<style>
span { border-color: #FCFCC1; }
span { border-color: rgb(252,252,193); }
td.TdClassName
{
border-color: #FCFCC1;
}
.TagClassName
{
border-color: #FCFCC1;
}
</style>