Shades of Cumulus #FAFBC1
Tints of Cumulus #FAFBC1
RGB
CMYK
RGB Variations
Color information
#FAFBC1 (or 0xFAFBC1) is known color: Cumulus. HEX triplet: FA, FB and C1. RGB value is (250,251,193). Sum of RGB (Red+Green+Blue) = 250+251+193=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 193 (75.78% from 255 or 27.81% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBC1 is #05043E. Grayscale: #F4F4F4. Windows color (decimal): -328767 or 12712954. OLE color: 12712954.
HSL color Cylindrical-coordinate representation of color #FAFBC1: hue angle of 61.03º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAFBC1 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 193 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.02 |
| HSL | 61.03º | 0.88% | 0.87% | - |
| HSV(B) | 61.03º | 0.23% | 0.98% | - |
| XYZ | 83.55 | 93.17 | 64.03 | - |
| YUV | 244.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 193 | 0.00 | 0 | 0.23 | 0.02 | 61.03 | 0.88 | 0.87 |
| Hex | FA | FB | C1 | 0 | 0 | 17 | 2 | 3D | 58 | 57 |
| Octal | 372 | 373 | 301 | 0 | 0 | 27 | 2 | 75 | 130 | 127 |
| Binary | 11111010 | 11111011 | 11000001 | 0 | 0 | 10111 | 10 | 111101 | 1011000 | 1010111 |
Color Harmonies of #FAFBC1
Complementary color
Monochromatic Colors of #FAFBC1
Black with #FAFBC1
Text Example
Text Example
White with #FAFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBC1; }
p { color: rgb(250,251,193); }
H1.HeaderClassName
{
color: #FAFBC1;
}
.AnyTagClassName
{
color: #FAFBC1;
}
</style>
background-color css
<style>
a { background-color: #FAFBC1; }
a { background-color: rgb(250,251,193); }
div.DivClassName
{
background-color: #FAFBC1;
}
.BgClassName
{
background-color: #FAFBC1;
}
</style>
border-color css
<style>
span { border-color: #FAFBC1; }
span { border-color: rgb(250,251,193); }
td.TdClassName
{
border-color: #FAFBC1;
}
.TagClassName
{
border-color: #FAFBC1;
}
</style>