Shades of Cumulus #FAFABA
Tints of Cumulus #FAFABA
RGB
CMYK
RGB Variations
Color information
#FAFABA (or 0xFAFABA) is known color: Cumulus. HEX triplet: FA, FA and BA. RGB value is (250,250,186). Sum of RGB (Red+Green+Blue) = 250+250+186=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 186 (73.05% from 255 or 27.11% from 686); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFABA is #050545. Grayscale: #F2F2F2. Windows color (decimal): -329030 or 12253946. OLE color: 12253946.
HSL color Cylindrical-coordinate representation of color #FAFABA: hue angle of 60º degrees, saturation: 0.86, 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 #FAFABA is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 186 | - |
| CMYK | 0 | 0 | 0.26 | 0.02 |
| HSL | 60º | 0.86% | 0.85% | - |
| HSV(B) | 60º | 0.26% | 0.98% | - |
| XYZ | 82.47 | 92.24 | 59.91 | - |
| YUV | 242.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 186 | 0 | 0 | 0.26 | 0.02 | 60 | 0.86 | 0.85 |
| Hex | FA | FA | BA | 0 | 0 | 1A | 2 | 3C | 56 | 55 |
| Octal | 372 | 372 | 272 | 0 | 0 | 32 | 2 | 74 | 126 | 125 |
| Binary | 11111010 | 11111010 | 10111010 | 0 | 0 | 11010 | 10 | 111100 | 1010110 | 1010101 |
Color Harmonies of #FAFABA
Complementary color
Monochromatic Colors of #FAFABA
Black with #FAFABA
Text Example
Text Example
White with #FAFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFABA; }
p { color: rgb(250,250,186); }
H1.HeaderClassName
{
color: #FAFABA;
}
.AnyTagClassName
{
color: #FAFABA;
}
</style>
background-color css
<style>
a { background-color: #FAFABA; }
a { background-color: rgb(250,250,186); }
div.DivClassName
{
background-color: #FAFABA;
}
.BgClassName
{
background-color: #FAFABA;
}
</style>
border-color css
<style>
span { border-color: #FAFABA; }
span { border-color: rgb(250,250,186); }
td.TdClassName
{
border-color: #FAFABA;
}
.TagClassName
{
border-color: #FAFABA;
}
</style>