Shades of Cumulus #FFFAB9
Tints of Cumulus #FFFAB9
RGB
CMYK
RGB Variations
Color information
#FFFAB9 (or 0xFFFAB9) is known color: Cumulus. HEX triplet: FF, FA and B9. RGB value is (255,250,185). Sum of RGB (Red+Green+Blue) = 255+250+185=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 185 (72.66% from 255 or 26.81% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAB9 is #000546. Grayscale: #F4F4F4. Windows color (decimal): -1351 or 12188415. OLE color: 12188415.
HSL color Cylindrical-coordinate representation of color #FFFAB9: hue angle of 55.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFFAB9 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 185 | - |
| CMYK | 0 | 0.02 | 0.27 | 0 |
| HSL | 55.71º | 1% | 0.86% | - |
| HSV(B) | 55.71º | 0.27% | 1% | - |
| XYZ | 84.18 | 93.13 | 59.44 | - |
| YUV | 244.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 185 | 0 | 0.02 | 0.27 | 0 | 55.71 | 1 | 0.86 |
| Hex | FF | FA | B9 | 0 | 2 | 1B | 0 | 38 | 64 | 56 |
| Octal | 377 | 372 | 271 | 0 | 2 | 33 | 0 | 70 | 144 | 126 |
| Binary | 11111111 | 11111010 | 10111001 | 0 | 10 | 11011 | 0 | 111000 | 1100100 | 1010110 |
Color Harmonies of #FFFAB9
Complementary color
Monochromatic Colors of #FFFAB9
Black with #FFFAB9
Text Example
Text Example
White with #FFFAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAB9; }
p { color: rgb(255,250,185); }
H1.HeaderClassName
{
color: #FFFAB9;
}
.AnyTagClassName
{
color: #FFFAB9;
}
</style>
background-color css
<style>
a { background-color: #FFFAB9; }
a { background-color: rgb(255,250,185); }
div.DivClassName
{
background-color: #FFFAB9;
}
.BgClassName
{
background-color: #FFFAB9;
}
</style>
border-color css
<style>
span { border-color: #FFFAB9; }
span { border-color: rgb(255,250,185); }
td.TdClassName
{
border-color: #FFFAB9;
}
.TagClassName
{
border-color: #FFFAB9;
}
</style>