Shades of Cumulus #FFFAB8
Tints of Cumulus #FFFAB8
RGB
CMYK
RGB Variations
Color information
#FFFAB8 (or 0xFFFAB8) is known color: Cumulus. HEX triplet: FF, FA and B8. RGB value is (255,250,184). Sum of RGB (Red+Green+Blue) = 255+250+184=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 184 (72.27% from 255 or 26.71% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAB8 is #000547. Grayscale: #F4F4F4. Windows color (decimal): -1352 or 12122879. OLE color: 12122879.
HSL color Cylindrical-coordinate representation of color #FFFAB8: hue angle of 55.77º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFFAB8 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 184 | - |
| CMYK | 0 | 0.02 | 0.28 | 0 |
| HSL | 55.77º | 1% | 0.86% | - |
| HSV(B) | 55.77º | 0.28% | 1% | - |
| XYZ | 84.08 | 93.09 | 58.88 | - |
| YUV | 243.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 184 | 0 | 0.02 | 0.28 | 0 | 55.77 | 1 | 0.86 |
| Hex | FF | FA | B8 | 0 | 2 | 1C | 0 | 38 | 64 | 56 |
| Octal | 377 | 372 | 270 | 0 | 2 | 34 | 0 | 70 | 144 | 126 |
| Binary | 11111111 | 11111010 | 10111000 | 0 | 10 | 11100 | 0 | 111000 | 1100100 | 1010110 |
Color Harmonies of #FFFAB8
Complementary color
Monochromatic Colors of #FFFAB8
Black with #FFFAB8
Text Example
Text Example
White with #FFFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAB8; }
p { color: rgb(255,250,184); }
H1.HeaderClassName
{
color: #FFFAB8;
}
.AnyTagClassName
{
color: #FFFAB8;
}
</style>
background-color css
<style>
a { background-color: #FFFAB8; }
a { background-color: rgb(255,250,184); }
div.DivClassName
{
background-color: #FFFAB8;
}
.BgClassName
{
background-color: #FFFAB8;
}
</style>
border-color css
<style>
span { border-color: #FFFAB8; }
span { border-color: rgb(255,250,184); }
td.TdClassName
{
border-color: #FFFAB8;
}
.TagClassName
{
border-color: #FFFAB8;
}
</style>