Shades of Cumulus #FCFFC0
Tints of Cumulus #FCFFC0
RGB
CMYK
RGB Variations
Color information
#FCFFC0 (or 0xFCFFC0) is known color: Cumulus. HEX triplet: FC, FF and C0. RGB value is (252,255,192). Sum of RGB (Red+Green+Blue) = 252+255+192=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 192 (75.39% from 255 or 27.47% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFC0 is #03003F. Grayscale: #F7F7F7. Windows color (decimal): -196672 or 12648444. OLE color: 12648444.
HSL color Cylindrical-coordinate representation of color #FCFFC0: hue angle of 62.86º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCFFC0 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 252 | 255 | 192 | - |
CMYK | 0.01 | 0 | 0.25 | 0 |
HSL | 62.86º | 1% | 0.88% | - |
HSV(B) | 62.86º | 0.25% | 1% | - |
XYZ | 85.42 | 96.02 | 63.9 | - |
YUV | 246.92 | 97.01 | 131.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 255 | 192 | 0.01 | 0 | 0.25 | 0 | 62.86 | 1 | 0.88 |
Hex | FC | FF | C0 | 1 | 0 | 19 | 0 | 3F | 64 | 58 |
Octal | 374 | 377 | 300 | 1 | 0 | 31 | 0 | 77 | 144 | 130 |
Binary | 11111100 | 11111111 | 11000000 | 1 | 0 | 11001 | 0 | 111111 | 1100100 | 1011000 |
Color Harmonies of #FCFFC0
Complementary color
Monochromatic Colors of #FCFFC0
Black with #FCFFC0
Text Example
Text Example
White with #FCFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFC0; }
p { color: rgb(252,255,192); }
H1.HeaderClassName
{
color: #FCFFC0;
}
.AnyTagClassName
{
color: #FCFFC0;
}
</style>
background-color css
<style>
a { background-color: #FCFFC0; }
a { background-color: rgb(252,255,192); }
div.DivClassName
{
background-color: #FCFFC0;
}
.BgClassName
{
background-color: #FCFFC0;
}
</style>
border-color css
<style>
span { border-color: #FCFFC0; }
span { border-color: rgb(252,255,192); }
td.TdClassName
{
border-color: #FCFFC0;
}
.TagClassName
{
border-color: #FCFFC0;
}
</style>