Shades of Cumulus #FAFABB
Tints of Cumulus #FAFABB
RGB
CMYK
RGB Variations
Color information
#FAFABB (or 0xFAFABB) is known color: Cumulus. HEX triplet: FA, FA and BB. RGB value is (250,250,187). Sum of RGB (Red+Green+Blue) = 250+250+187=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 187 (73.44% from 255 or 27.22% from 687); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFABB is #050544. Grayscale: #F3F3F3. Windows color (decimal): -329029 or 12319482. OLE color: 12319482.
HSL color Cylindrical-coordinate representation of color #FAFABB: hue angle of 60º 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 #FAFABB is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 187 | - |
| CMYK | 0 | 0 | 0.25 | 0.02 |
| HSL | 60º | 0.86% | 0.86% | - |
| HSV(B) | 60º | 0.25% | 0.98% | - |
| XYZ | 82.58 | 92.28 | 60.47 | - |
| YUV | 242.82 | 96.5 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 187 | 0 | 0 | 0.25 | 0.02 | 60 | 0.86 | 0.86 |
| Hex | FA | FA | BB | 0 | 0 | 19 | 2 | 3C | 56 | 56 |
| Octal | 372 | 372 | 273 | 0 | 0 | 31 | 2 | 74 | 126 | 126 |
| Binary | 11111010 | 11111010 | 10111011 | 0 | 0 | 11001 | 10 | 111100 | 1010110 | 1010110 |
Color Harmonies of #FAFABB
Complementary color
Monochromatic Colors of #FAFABB
Black with #FAFABB
Text Example
Text Example
White with #FAFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFABB; }
p { color: rgb(250,250,187); }
H1.HeaderClassName
{
color: #FAFABB;
}
.AnyTagClassName
{
color: #FAFABB;
}
</style>
background-color css
<style>
a { background-color: #FAFABB; }
a { background-color: rgb(250,250,187); }
div.DivClassName
{
background-color: #FAFABB;
}
.BgClassName
{
background-color: #FAFABB;
}
</style>
border-color css
<style>
span { border-color: #FAFABB; }
span { border-color: rgb(250,250,187); }
td.TdClassName
{
border-color: #FAFABB;
}
.TagClassName
{
border-color: #FAFABB;
}
</style>