Shades of Cumulus #FAFCC0
Tints of Cumulus #FAFCC0
RGB
CMYK
RGB Variations
Color information
#FAFCC0 (or 0xFAFCC0) is known color: Cumulus. HEX triplet: FA, FC and C0. RGB value is (250,252,192). Sum of RGB (Red+Green+Blue) = 250+252+192=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 192 (75.39% from 255 or 27.67% from 694); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCC0 is #05033F. Grayscale: #F4F4F4. Windows color (decimal): -328512 or 12647674. OLE color: 12647674.
HSL color Cylindrical-coordinate representation of color #FAFCC0: hue angle of 62º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAFCC0 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 192 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.01 |
| HSL | 62º | 0.91% | 0.87% | - |
| HSV(B) | 62º | 0.24% | 0.99% | - |
| XYZ | 83.75 | 93.75 | 63.55 | - |
| YUV | 244.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 192 | 0.01 | 0 | 0.24 | 0.01 | 62 | 0.91 | 0.87 |
| Hex | FA | FC | C0 | 1 | 0 | 18 | 1 | 3E | 5B | 57 |
| Octal | 372 | 374 | 300 | 1 | 0 | 30 | 1 | 76 | 133 | 127 |
| Binary | 11111010 | 11111100 | 11000000 | 1 | 0 | 11000 | 1 | 111110 | 1011011 | 1010111 |
Color Harmonies of #FAFCC0
Complementary color
Monochromatic Colors of #FAFCC0
Black with #FAFCC0
Text Example
Text Example
White with #FAFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFCC0; }
p { color: rgb(250,252,192); }
H1.HeaderClassName
{
color: #FAFCC0;
}
.AnyTagClassName
{
color: #FAFCC0;
}
</style>
background-color css
<style>
a { background-color: #FAFCC0; }
a { background-color: rgb(250,252,192); }
div.DivClassName
{
background-color: #FAFCC0;
}
.BgClassName
{
background-color: #FAFCC0;
}
</style>
border-color css
<style>
span { border-color: #FAFCC0; }
span { border-color: rgb(250,252,192); }
td.TdClassName
{
border-color: #FAFCC0;
}
.TagClassName
{
border-color: #FAFCC0;
}
</style>