Shades of Cumulus #FAFBC2
Tints of Cumulus #FAFBC2
RGB
CMYK
RGB Variations
Color information
#FAFBC2 (or 0xFAFBC2) is known color: Cumulus. HEX triplet: FA, FB and C2. RGB value is (250,251,194). Sum of RGB (Red+Green+Blue) = 250+251+194=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 194 (76.17% from 255 or 27.91% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBC2 is #05043D. Grayscale: #F4F4F4. Windows color (decimal): -328766 or 12778490. OLE color: 12778490.
HSL color Cylindrical-coordinate representation of color #FAFBC2: hue angle of 61.05º 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 #FAFBC2 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 194 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.02 |
| HSL | 61.05º | 0.88% | 0.87% | - |
| HSV(B) | 61.05º | 0.23% | 0.98% | - |
| XYZ | 83.66 | 93.21 | 64.62 | - |
| YUV | 244.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 194 | 0.00 | 0 | 0.23 | 0.02 | 61.05 | 0.88 | 0.87 |
| Hex | FA | FB | C2 | 0 | 0 | 17 | 2 | 3D | 58 | 57 |
| Octal | 372 | 373 | 302 | 0 | 0 | 27 | 2 | 75 | 130 | 127 |
| Binary | 11111010 | 11111011 | 11000010 | 0 | 0 | 10111 | 10 | 111101 | 1011000 | 1010111 |
Color Harmonies of #FAFBC2
Complementary color
Monochromatic Colors of #FAFBC2
Black with #FAFBC2
Text Example
Text Example
White with #FAFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBC2; }
p { color: rgb(250,251,194); }
H1.HeaderClassName
{
color: #FAFBC2;
}
.AnyTagClassName
{
color: #FAFBC2;
}
</style>
background-color css
<style>
a { background-color: #FAFBC2; }
a { background-color: rgb(250,251,194); }
div.DivClassName
{
background-color: #FAFBC2;
}
.BgClassName
{
background-color: #FAFBC2;
}
</style>
border-color css
<style>
span { border-color: #FAFBC2; }
span { border-color: rgb(250,251,194); }
td.TdClassName
{
border-color: #FAFBC2;
}
.TagClassName
{
border-color: #FAFBC2;
}
</style>