Shades of Cumulus #FCFCC4
Tints of Cumulus #FCFCC4
RGB
CMYK
RGB Variations
Color information
#FCFCC4 (or 0xFCFCC4) is known color: Cumulus. HEX triplet: FC, FC and C4. RGB value is (252,252,196). Sum of RGB (Red+Green+Blue) = 252+252+196=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 196 (76.95% from 255 or 28% from 700); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCC4 is #03033B. Grayscale: #F5F5F5. Windows color (decimal): -197436 or 12909820. OLE color: 12909820.
HSL color Cylindrical-coordinate representation of color #FCFCC4: 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.22%. Process color model (Four color, CMYK) of #FCFCC4 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 196 | - |
| CMYK | 0 | 0 | 0.22 | 0.01 |
| HSL | 60º | 0.9% | 0.88% | - |
| HSV(B) | 60º | 0.22% | 0.99% | - |
| XYZ | 84.92 | 94.3 | 65.95 | - |
| YUV | 245.62 | 100 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 196 | 0 | 0 | 0.22 | 0.01 | 60 | 0.9 | 0.88 |
| Hex | FC | FC | C4 | 0 | 0 | 16 | 1 | 3C | 5A | 58 |
| Octal | 374 | 374 | 304 | 0 | 0 | 26 | 1 | 74 | 132 | 130 |
| Binary | 11111100 | 11111100 | 11000100 | 0 | 0 | 10110 | 1 | 111100 | 1011010 | 1011000 |
Color Harmonies of #FCFCC4
Complementary color
Monochromatic Colors of #FCFCC4
Black with #FCFCC4
Text Example
Text Example
White with #FCFCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCC4; }
p { color: rgb(252,252,196); }
H1.HeaderClassName
{
color: #FCFCC4;
}
.AnyTagClassName
{
color: #FCFCC4;
}
</style>
background-color css
<style>
a { background-color: #FCFCC4; }
a { background-color: rgb(252,252,196); }
div.DivClassName
{
background-color: #FCFCC4;
}
.BgClassName
{
background-color: #FCFCC4;
}
</style>
border-color css
<style>
span { border-color: #FCFCC4; }
span { border-color: rgb(252,252,196); }
td.TdClassName
{
border-color: #FCFCC4;
}
.TagClassName
{
border-color: #FCFCC4;
}
</style>