Shades of Cumulus #FAFABF
Tints of Cumulus #FAFABF
RGB
CMYK
RGB Variations
Color information
#FAFABF (or 0xFAFABF) is known color: Cumulus. HEX triplet: FA, FA and BF. RGB value is (250,250,191). Sum of RGB (Red+Green+Blue) = 250+250+191=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 191 (75% from 255 or 27.64% from 691); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFABF is #050540. Grayscale: #F3F3F3. Windows color (decimal): -329025 or 12581626. OLE color: 12581626.
HSL color Cylindrical-coordinate representation of color #FAFABF: 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.24%. Process color model (Four color, CMYK) of #FAFABF is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 191 | - |
| CMYK | 0 | 0 | 0.24 | 0.02 |
| HSL | 60º | 0.86% | 0.86% | - |
| HSV(B) | 60º | 0.24% | 0.98% | - |
| XYZ | 83.01 | 92.46 | 62.76 | - |
| YUV | 243.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 191 | 0 | 0 | 0.24 | 0.02 | 60 | 0.86 | 0.86 |
| Hex | FA | FA | BF | 0 | 0 | 18 | 2 | 3C | 56 | 56 |
| Octal | 372 | 372 | 277 | 0 | 0 | 30 | 2 | 74 | 126 | 126 |
| Binary | 11111010 | 11111010 | 10111111 | 0 | 0 | 11000 | 10 | 111100 | 1010110 | 1010110 |
Color Harmonies of #FAFABF
Complementary color
Monochromatic Colors of #FAFABF
Black with #FAFABF
Text Example
Text Example
White with #FAFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFABF; }
p { color: rgb(250,250,191); }
H1.HeaderClassName
{
color: #FAFABF;
}
.AnyTagClassName
{
color: #FAFABF;
}
</style>
background-color css
<style>
a { background-color: #FAFABF; }
a { background-color: rgb(250,250,191); }
div.DivClassName
{
background-color: #FAFABF;
}
.BgClassName
{
background-color: #FAFABF;
}
</style>
border-color css
<style>
span { border-color: #FAFABF; }
span { border-color: rgb(250,250,191); }
td.TdClassName
{
border-color: #FAFABF;
}
.TagClassName
{
border-color: #FAFABF;
}
</style>