Shades of Cumulus #FCF9BA
Tints of Cumulus #FCF9BA
RGB
CMYK
RGB Variations
Color information
#FCF9BA (or 0xFCF9BA) is known color: Cumulus. HEX triplet: FC, F9 and BA. RGB value is (252,249,186). Sum of RGB (Red+Green+Blue) = 252+249+186=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 186 (73.05% from 255 or 27.07% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9BA is #030645. Grayscale: #F2F2F2. Windows color (decimal): -198214 or 12253692. OLE color: 12253692.
HSL color Cylindrical-coordinate representation of color #FCF9BA: hue angle of 57.27º 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 #FCF9BA is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 186 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.01 |
| HSL | 57.27º | 0.92% | 0.86% | - |
| HSV(B) | 57.27º | 0.26% | 0.99% | - |
| XYZ | 82.88 | 91.99 | 59.84 | - |
| YUV | 242.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 186 | 0 | 0.01 | 0.26 | 0.01 | 57.27 | 0.92 | 0.86 |
| Hex | FC | F9 | BA | 0 | 1 | 1A | 1 | 39 | 5C | 56 |
| Octal | 374 | 371 | 272 | 0 | 1 | 32 | 1 | 71 | 134 | 126 |
| Binary | 11111100 | 11111001 | 10111010 | 0 | 1 | 11010 | 1 | 111001 | 1011100 | 1010110 |
Color Harmonies of #FCF9BA
Complementary color
Monochromatic Colors of #FCF9BA
Black with #FCF9BA
Text Example
Text Example
White with #FCF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF9BA; }
p { color: rgb(252,249,186); }
H1.HeaderClassName
{
color: #FCF9BA;
}
.AnyTagClassName
{
color: #FCF9BA;
}
</style>
background-color css
<style>
a { background-color: #FCF9BA; }
a { background-color: rgb(252,249,186); }
div.DivClassName
{
background-color: #FCF9BA;
}
.BgClassName
{
background-color: #FCF9BA;
}
</style>
border-color css
<style>
span { border-color: #FCF9BA; }
span { border-color: rgb(252,249,186); }
td.TdClassName
{
border-color: #FCF9BA;
}
.TagClassName
{
border-color: #FCF9BA;
}
</style>