Shades of Cumulus #F9FAC0
Tints of Cumulus #F9FAC0
RGB
CMYK
RGB Variations
Color information
#F9FAC0 (or 0xF9FAC0) is known color: Cumulus. HEX triplet: F9, FA and C0. RGB value is (249,250,192). Sum of RGB (Red+Green+Blue) = 249+250+192=691 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.03% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 192 (75.39% from 255 or 27.79% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FAC0 is #06053F. Grayscale: #F3F3F3. Windows color (decimal): -394560 or 12647161. OLE color: 12647161.
HSL color Cylindrical-coordinate representation of color #F9FAC0: hue angle of 61.03º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9FAC0 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 192 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.02 |
| HSL | 61.03º | 0.85% | 0.87% | - |
| HSV(B) | 61.03º | 0.23% | 0.98% | - |
| XYZ | 82.77 | 92.32 | 63.33 | - |
| YUV | 243.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 192 | 0.00 | 0 | 0.23 | 0.02 | 61.03 | 0.85 | 0.87 |
| Hex | F9 | FA | C0 | 0 | 0 | 17 | 2 | 3D | 55 | 57 |
| Octal | 371 | 372 | 300 | 0 | 0 | 27 | 2 | 75 | 125 | 127 |
| Binary | 11111001 | 11111010 | 11000000 | 0 | 0 | 10111 | 10 | 111101 | 1010101 | 1010111 |
Color Harmonies of #F9FAC0
Complementary color
Monochromatic Colors of #F9FAC0
Black with #F9FAC0
Text Example
Text Example
White with #F9FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FAC0; }
p { color: rgb(249,250,192); }
H1.HeaderClassName
{
color: #F9FAC0;
}
.AnyTagClassName
{
color: #F9FAC0;
}
</style>
background-color css
<style>
a { background-color: #F9FAC0; }
a { background-color: rgb(249,250,192); }
div.DivClassName
{
background-color: #F9FAC0;
}
.BgClassName
{
background-color: #F9FAC0;
}
</style>
border-color css
<style>
span { border-color: #F9FAC0; }
span { border-color: rgb(249,250,192); }
td.TdClassName
{
border-color: #F9FAC0;
}
.TagClassName
{
border-color: #F9FAC0;
}
</style>