Shades of Cumulus #FAFAB9
Tints of Cumulus #FAFAB9
RGB
CMYK
RGB Variations
Color information
#FAFAB9 (or 0xFAFAB9) is known color: Cumulus. HEX triplet: FA, FA and B9. RGB value is (250,250,185). Sum of RGB (Red+Green+Blue) = 250+250+185=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 185 (72.66% from 255 or 27.01% from 685); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAB9 is #050546. Grayscale: #F2F2F2. Windows color (decimal): -329031 or 12188410. OLE color: 12188410.
HSL color Cylindrical-coordinate representation of color #FAFAB9: hue angle of 60º degrees, saturation: 0.87, 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 #FAFAB9 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 185 | - |
| CMYK | 0 | 0 | 0.26 | 0.02 |
| HSL | 60º | 0.87% | 0.85% | - |
| HSV(B) | 60º | 0.26% | 0.98% | - |
| XYZ | 82.37 | 92.2 | 59.35 | - |
| YUV | 242.59 | 95.5 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 185 | 0 | 0 | 0.26 | 0.02 | 60 | 0.87 | 0.85 |
| Hex | FA | FA | B9 | 0 | 0 | 1A | 2 | 3C | 57 | 55 |
| Octal | 372 | 372 | 271 | 0 | 0 | 32 | 2 | 74 | 127 | 125 |
| Binary | 11111010 | 11111010 | 10111001 | 0 | 0 | 11010 | 10 | 111100 | 1010111 | 1010101 |
Color Harmonies of #FAFAB9
Complementary color
Monochromatic Colors of #FAFAB9
Black with #FAFAB9
Text Example
Text Example
White with #FAFAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAB9; }
p { color: rgb(250,250,185); }
H1.HeaderClassName
{
color: #FAFAB9;
}
.AnyTagClassName
{
color: #FAFAB9;
}
</style>
background-color css
<style>
a { background-color: #FAFAB9; }
a { background-color: rgb(250,250,185); }
div.DivClassName
{
background-color: #FAFAB9;
}
.BgClassName
{
background-color: #FAFAB9;
}
</style>
border-color css
<style>
span { border-color: #FAFAB9; }
span { border-color: rgb(250,250,185); }
td.TdClassName
{
border-color: #FAFAB9;
}
.TagClassName
{
border-color: #FAFAB9;
}
</style>