Shades of Cumulus #FCFCC3
Tints of Cumulus #FCFCC3
RGB
CMYK
RGB Variations
Color information
#FCFCC3 (or 0xFCFCC3) is known color: Cumulus. HEX triplet: FC, FC and C3. RGB value is (252,252,195). Sum of RGB (Red+Green+Blue) = 252+252+195=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 195 (76.56% from 255 or 27.90% from 699); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCC3 is #03033C. Grayscale: #F5F5F5. Windows color (decimal): -197437 or 12844284. OLE color: 12844284.
HSL color Cylindrical-coordinate representation of color #FCFCC3: 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.23%. Process color model (Four color, CMYK) of #FCFCC3 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 195 | - |
| CMYK | 0 | 0 | 0.23 | 0.01 |
| HSL | 60º | 0.9% | 0.88% | - |
| HSV(B) | 60º | 0.23% | 0.99% | - |
| XYZ | 84.81 | 94.26 | 65.35 | - |
| YUV | 245.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 195 | 0 | 0 | 0.23 | 0.01 | 60 | 0.9 | 0.88 |
| Hex | FC | FC | C3 | 0 | 0 | 17 | 1 | 3C | 5A | 58 |
| Octal | 374 | 374 | 303 | 0 | 0 | 27 | 1 | 74 | 132 | 130 |
| Binary | 11111100 | 11111100 | 11000011 | 0 | 0 | 10111 | 1 | 111100 | 1011010 | 1011000 |
Color Harmonies of #FCFCC3
Complementary color
Monochromatic Colors of #FCFCC3
Black with #FCFCC3
Text Example
Text Example
White with #FCFCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCC3; }
p { color: rgb(252,252,195); }
H1.HeaderClassName
{
color: #FCFCC3;
}
.AnyTagClassName
{
color: #FCFCC3;
}
</style>
background-color css
<style>
a { background-color: #FCFCC3; }
a { background-color: rgb(252,252,195); }
div.DivClassName
{
background-color: #FCFCC3;
}
.BgClassName
{
background-color: #FCFCC3;
}
</style>
border-color css
<style>
span { border-color: #FCFCC3; }
span { border-color: rgb(252,252,195); }
td.TdClassName
{
border-color: #FCFCC3;
}
.TagClassName
{
border-color: #FCFCC3;
}
</style>