Shades of Cumulus #FAF7BA
Tints of Cumulus #FAF7BA
RGB
CMYK
RGB Variations
Color information
#FAF7BA (or 0xFAF7BA) is known color: Cumulus. HEX triplet: FA, F7 and BA. RGB value is (250,247,186). Sum of RGB (Red+Green+Blue) = 250+247+186=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 186 (73.05% from 255 or 27.23% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7BA is #050845. Grayscale: #F1F1F1. Windows color (decimal): -329798 or 12253178. OLE color: 12253178.
HSL color Cylindrical-coordinate representation of color #FAF7BA: hue angle of 57.19º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAF7BA is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 186 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.02 |
| HSL | 57.19º | 0.86% | 0.85% | - |
| HSV(B) | 57.19º | 0.26% | 0.98% | - |
| XYZ | 81.55 | 90.39 | 59.6 | - |
| YUV | 240.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 186 | 0 | 0.01 | 0.26 | 0.02 | 57.19 | 0.86 | 0.85 |
| Hex | FA | F7 | BA | 0 | 1 | 1A | 2 | 39 | 56 | 55 |
| Octal | 372 | 367 | 272 | 0 | 1 | 32 | 2 | 71 | 126 | 125 |
| Binary | 11111010 | 11110111 | 10111010 | 0 | 1 | 11010 | 10 | 111001 | 1010110 | 1010101 |
Color Harmonies of #FAF7BA
Complementary color
Monochromatic Colors of #FAF7BA
Black with #FAF7BA
Text Example
Text Example
White with #FAF7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF7BA; }
p { color: rgb(250,247,186); }
H1.HeaderClassName
{
color: #FAF7BA;
}
.AnyTagClassName
{
color: #FAF7BA;
}
</style>
background-color css
<style>
a { background-color: #FAF7BA; }
a { background-color: rgb(250,247,186); }
div.DivClassName
{
background-color: #FAF7BA;
}
.BgClassName
{
background-color: #FAF7BA;
}
</style>
border-color css
<style>
span { border-color: #FAF7BA; }
span { border-color: rgb(250,247,186); }
td.TdClassName
{
border-color: #FAF7BA;
}
.TagClassName
{
border-color: #FAF7BA;
}
</style>