Shades of Cumulus #F9FAC5
Tints of Cumulus #F9FAC5
RGB
CMYK
RGB Variations
Color information
#F9FAC5 (or 0xF9FAC5) is known color: Cumulus. HEX triplet: F9, FA and C5. RGB value is (249,250,197). Sum of RGB (Red+Green+Blue) = 249+250+197=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 197 (77.34% from 255 or 28.30% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FAC5 is #06053A. Grayscale: #F3F3F3. Windows color (decimal): -394555 or 12974841. OLE color: 12974841.
HSL color Cylindrical-coordinate representation of color #F9FAC5: hue angle of 61.13º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9FAC5 is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 197 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.02 |
| HSL | 61.13º | 0.84% | 0.88% | - |
| HSV(B) | 61.13º | 0.21% | 0.98% | - |
| XYZ | 83.33 | 92.54 | 66.29 | - |
| YUV | 243.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 197 | 0.00 | 0 | 0.21 | 0.02 | 61.13 | 0.84 | 0.88 |
| Hex | F9 | FA | C5 | 0 | 0 | 15 | 2 | 3D | 54 | 58 |
| Octal | 371 | 372 | 305 | 0 | 0 | 25 | 2 | 75 | 124 | 130 |
| Binary | 11111001 | 11111010 | 11000101 | 0 | 0 | 10101 | 10 | 111101 | 1010100 | 1011000 |
Color Harmonies of #F9FAC5
Complementary color
Monochromatic Colors of #F9FAC5
Black with #F9FAC5
Text Example
Text Example
White with #F9FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FAC5; }
p { color: rgb(249,250,197); }
H1.HeaderClassName
{
color: #F9FAC5;
}
.AnyTagClassName
{
color: #F9FAC5;
}
</style>
background-color css
<style>
a { background-color: #F9FAC5; }
a { background-color: rgb(249,250,197); }
div.DivClassName
{
background-color: #F9FAC5;
}
.BgClassName
{
background-color: #F9FAC5;
}
</style>
border-color css
<style>
span { border-color: #F9FAC5; }
span { border-color: rgb(249,250,197); }
td.TdClassName
{
border-color: #F9FAC5;
}
.TagClassName
{
border-color: #F9FAC5;
}
</style>