Shades of Cumulus #FAF6BA
Tints of Cumulus #FAF6BA
RGB
CMYK
RGB Variations
Color information
#FAF6BA (or 0xFAF6BA) is known color: Cumulus. HEX triplet: FA, F6 and BA. RGB value is (250,246,186). Sum of RGB (Red+Green+Blue) = 250+246+186=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 186 (73.05% from 255 or 27.27% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6BA is #050945. Grayscale: #F0F0F0. Windows color (decimal): -330054 or 12252922. OLE color: 12252922.
HSL color Cylindrical-coordinate representation of color #FAF6BA: hue angle of 56.25º 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 #FAF6BA is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 186 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.02 |
| HSL | 56.25º | 0.86% | 0.85% | - |
| HSV(B) | 56.25º | 0.26% | 0.98% | - |
| XYZ | 81.24 | 89.78 | 59.5 | - |
| YUV | 240.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 186 | 0 | 0.02 | 0.26 | 0.02 | 56.25 | 0.86 | 0.85 |
| Hex | FA | F6 | BA | 0 | 2 | 1A | 2 | 38 | 56 | 55 |
| Octal | 372 | 366 | 272 | 0 | 2 | 32 | 2 | 70 | 126 | 125 |
| Binary | 11111010 | 11110110 | 10111010 | 0 | 10 | 11010 | 10 | 111000 | 1010110 | 1010101 |
Color Harmonies of #FAF6BA
Complementary color
Monochromatic Colors of #FAF6BA
Black with #FAF6BA
Text Example
Text Example
White with #FAF6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6BA; }
p { color: rgb(250,246,186); }
H1.HeaderClassName
{
color: #FAF6BA;
}
.AnyTagClassName
{
color: #FAF6BA;
}
</style>
background-color css
<style>
a { background-color: #FAF6BA; }
a { background-color: rgb(250,246,186); }
div.DivClassName
{
background-color: #FAF6BA;
}
.BgClassName
{
background-color: #FAF6BA;
}
</style>
border-color css
<style>
span { border-color: #FAF6BA; }
span { border-color: rgb(250,246,186); }
td.TdClassName
{
border-color: #FAF6BA;
}
.TagClassName
{
border-color: #FAF6BA;
}
</style>