Shades of Cumulus #FAF6BB
Tints of Cumulus #FAF6BB
RGB
CMYK
RGB Variations
Color information
#FAF6BB (or 0xFAF6BB) is known color: Cumulus. HEX triplet: FA, F6 and BB. RGB value is (250,246,187). Sum of RGB (Red+Green+Blue) = 250+246+187=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 187 (73.44% from 255 or 27.38% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6BB is #050944. Grayscale: #F0F0F0. Windows color (decimal): -330053 or 12318458. OLE color: 12318458.
HSL color Cylindrical-coordinate representation of color #FAF6BB: hue angle of 56.19º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAF6BB is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 187 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.02 |
| HSL | 56.19º | 0.86% | 0.86% | - |
| HSV(B) | 56.19º | 0.25% | 0.98% | - |
| XYZ | 81.35 | 89.82 | 60.06 | - |
| YUV | 240.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 187 | 0 | 0.02 | 0.25 | 0.02 | 56.19 | 0.86 | 0.86 |
| Hex | FA | F6 | BB | 0 | 2 | 19 | 2 | 38 | 56 | 56 |
| Octal | 372 | 366 | 273 | 0 | 2 | 31 | 2 | 70 | 126 | 126 |
| Binary | 11111010 | 11110110 | 10111011 | 0 | 10 | 11001 | 10 | 111000 | 1010110 | 1010110 |
Color Harmonies of #FAF6BB
Complementary color
Monochromatic Colors of #FAF6BB
Black with #FAF6BB
Text Example
Text Example
White with #FAF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6BB; }
p { color: rgb(250,246,187); }
H1.HeaderClassName
{
color: #FAF6BB;
}
.AnyTagClassName
{
color: #FAF6BB;
}
</style>
background-color css
<style>
a { background-color: #FAF6BB; }
a { background-color: rgb(250,246,187); }
div.DivClassName
{
background-color: #FAF6BB;
}
.BgClassName
{
background-color: #FAF6BB;
}
</style>
border-color css
<style>
span { border-color: #FAF6BB; }
span { border-color: rgb(250,246,187); }
td.TdClassName
{
border-color: #FAF6BB;
}
.TagClassName
{
border-color: #FAF6BB;
}
</style>