Shades of Cumulus #FAF5BB
Tints of Cumulus #FAF5BB
RGB
CMYK
RGB Variations
Color information
#FAF5BB (or 0xFAF5BB) is known color: Cumulus. HEX triplet: FA, F5 and BB. RGB value is (250,245,187). Sum of RGB (Red+Green+Blue) = 250+245+187=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 187 (73.44% from 255 or 27.42% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5BB is #050A44. Grayscale: #F0F0F0. Windows color (decimal): -330309 or 12318202. OLE color: 12318202.
HSL color Cylindrical-coordinate representation of color #FAF5BB: hue angle of 55.24º 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 #FAF5BB is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 187 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.02 |
| HSL | 55.24º | 0.86% | 0.86% | - |
| HSV(B) | 55.24º | 0.25% | 0.98% | - |
| XYZ | 81.05 | 89.22 | 59.96 | - |
| YUV | 239.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 187 | 0 | 0.02 | 0.25 | 0.02 | 55.24 | 0.86 | 0.86 |
| Hex | FA | F5 | BB | 0 | 2 | 19 | 2 | 37 | 56 | 56 |
| Octal | 372 | 365 | 273 | 0 | 2 | 31 | 2 | 67 | 126 | 126 |
| Binary | 11111010 | 11110101 | 10111011 | 0 | 10 | 11001 | 10 | 110111 | 1010110 | 1010110 |
Color Harmonies of #FAF5BB
Complementary color
Monochromatic Colors of #FAF5BB
Black with #FAF5BB
Text Example
Text Example
White with #FAF5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5BB; }
p { color: rgb(250,245,187); }
H1.HeaderClassName
{
color: #FAF5BB;
}
.AnyTagClassName
{
color: #FAF5BB;
}
</style>
background-color css
<style>
a { background-color: #FAF5BB; }
a { background-color: rgb(250,245,187); }
div.DivClassName
{
background-color: #FAF5BB;
}
.BgClassName
{
background-color: #FAF5BB;
}
</style>
border-color css
<style>
span { border-color: #FAF5BB; }
span { border-color: rgb(250,245,187); }
td.TdClassName
{
border-color: #FAF5BB;
}
.TagClassName
{
border-color: #FAF5BB;
}
</style>