Shades of Cumulus #FAF8BB
Tints of Cumulus #FAF8BB
RGB
CMYK
RGB Variations
Color information
#FAF8BB (or 0xFAF8BB) is known color: Cumulus. HEX triplet: FA, F8 and BB. RGB value is (250,248,187). Sum of RGB (Red+Green+Blue) = 250+248+187=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 248 (97.27% from 255 or 36.20% from 685); Blue value is 187 (73.44% from 255 or 27.30% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8BB is #050744. Grayscale: #F1F1F1. Windows color (decimal): -329541 or 12318970. OLE color: 12318970.
HSL color Cylindrical-coordinate representation of color #FAF8BB: hue angle of 58.1º 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 #FAF8BB is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 187 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.02 |
| HSL | 58.1º | 0.86% | 0.86% | - |
| HSV(B) | 58.1º | 0.25% | 0.98% | - |
| XYZ | 81.96 | 91.05 | 60.27 | - |
| YUV | 241.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 187 | 0 | 0.01 | 0.25 | 0.02 | 58.1 | 0.86 | 0.86 |
| Hex | FA | F8 | BB | 0 | 1 | 19 | 2 | 3A | 56 | 56 |
| Octal | 372 | 370 | 273 | 0 | 1 | 31 | 2 | 72 | 126 | 126 |
| Binary | 11111010 | 11111000 | 10111011 | 0 | 1 | 11001 | 10 | 111010 | 1010110 | 1010110 |
Color Harmonies of #FAF8BB
Complementary color
Monochromatic Colors of #FAF8BB
Black with #FAF8BB
Text Example
Text Example
White with #FAF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8BB; }
p { color: rgb(250,248,187); }
H1.HeaderClassName
{
color: #FAF8BB;
}
.AnyTagClassName
{
color: #FAF8BB;
}
</style>
background-color css
<style>
a { background-color: #FAF8BB; }
a { background-color: rgb(250,248,187); }
div.DivClassName
{
background-color: #FAF8BB;
}
.BgClassName
{
background-color: #FAF8BB;
}
</style>
border-color css
<style>
span { border-color: #FAF8BB; }
span { border-color: rgb(250,248,187); }
td.TdClassName
{
border-color: #FAF8BB;
}
.TagClassName
{
border-color: #FAF8BB;
}
</style>