Shades of Cumulus #FCF7BA
Tints of Cumulus #FCF7BA
RGB
CMYK
RGB Variations
Color information
#FCF7BA (or 0xFCF7BA) is known color: Cumulus. HEX triplet: FC, F7 and BA. RGB value is (252,247,186). Sum of RGB (Red+Green+Blue) = 252+247+186=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 247 (96.88% from 255 or 36.06% from 685); Blue value is 186 (73.05% from 255 or 27.15% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7BA is #030845. Grayscale: #F1F1F1. Windows color (decimal): -198726 or 12253180. OLE color: 12253180.
HSL color Cylindrical-coordinate representation of color #FCF7BA: hue angle of 55.45º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCF7BA is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 186 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.01 |
| HSL | 55.45º | 0.92% | 0.86% | - |
| HSV(B) | 55.45º | 0.26% | 0.99% | - |
| XYZ | 82.27 | 90.76 | 59.64 | - |
| YUV | 241.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 186 | 0 | 0.02 | 0.26 | 0.01 | 55.45 | 0.92 | 0.86 |
| Hex | FC | F7 | BA | 0 | 2 | 1A | 1 | 37 | 5C | 56 |
| Octal | 374 | 367 | 272 | 0 | 2 | 32 | 1 | 67 | 134 | 126 |
| Binary | 11111100 | 11110111 | 10111010 | 0 | 10 | 11010 | 1 | 110111 | 1011100 | 1010110 |
Color Harmonies of #FCF7BA
Complementary color
Monochromatic Colors of #FCF7BA
Black with #FCF7BA
Text Example
Text Example
White with #FCF7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF7BA; }
p { color: rgb(252,247,186); }
H1.HeaderClassName
{
color: #FCF7BA;
}
.AnyTagClassName
{
color: #FCF7BA;
}
</style>
background-color css
<style>
a { background-color: #FCF7BA; }
a { background-color: rgb(252,247,186); }
div.DivClassName
{
background-color: #FCF7BA;
}
.BgClassName
{
background-color: #FCF7BA;
}
</style>
border-color css
<style>
span { border-color: #FCF7BA; }
span { border-color: rgb(252,247,186); }
td.TdClassName
{
border-color: #FCF7BA;
}
.TagClassName
{
border-color: #FCF7BA;
}
</style>