Shades of Cumulus #FCFCC2
Tints of Cumulus #FCFCC2
RGB
CMYK
RGB Variations
Color information
#FCFCC2 (or 0xFCFCC2) is known color: Cumulus. HEX triplet: FC, FC and C2. RGB value is (252,252,194). Sum of RGB (Red+Green+Blue) = 252+252+194=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 194 (76.17% from 255 or 27.79% from 698); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCC2 is #03033D. Grayscale: #F5F5F5. Windows color (decimal): -197438 or 12778748. OLE color: 12778748.
HSL color Cylindrical-coordinate representation of color #FCFCC2: 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 #FCFCC2 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 194 | - |
CMYK | 0 | 0 | 0.23 | 0.01 |
HSL | 60º | 0.91% | 0.87% | - |
HSV(B) | 60º | 0.23% | 0.99% | - |
XYZ | 84.69 | 94.21 | 64.76 | - |
YUV | 245.39 | 99 | 132.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 194 | 0 | 0 | 0.23 | 0.01 | 60 | 0.91 | 0.87 |
Hex | FC | FC | C2 | 0 | 0 | 17 | 1 | 3C | 5B | 57 |
Octal | 374 | 374 | 302 | 0 | 0 | 27 | 1 | 74 | 133 | 127 |
Binary | 11111100 | 11111100 | 11000010 | 0 | 0 | 10111 | 1 | 111100 | 1011011 | 1010111 |
Color Harmonies of #FCFCC2
Complementary color
Monochromatic Colors of #FCFCC2
Black with #FCFCC2
Text Example
Text Example
White with #FCFCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCC2; }
p { color: rgb(252,252,194); }
H1.HeaderClassName
{
color: #FCFCC2;
}
.AnyTagClassName
{
color: #FCFCC2;
}
</style>
background-color css
<style>
a { background-color: #FCFCC2; }
a { background-color: rgb(252,252,194); }
div.DivClassName
{
background-color: #FCFCC2;
}
.BgClassName
{
background-color: #FCFCC2;
}
</style>
border-color css
<style>
span { border-color: #FCFCC2; }
span { border-color: rgb(252,252,194); }
td.TdClassName
{
border-color: #FCFCC2;
}
.TagClassName
{
border-color: #FCFCC2;
}
</style>