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