Shades of Cumulus #FAFCC3
Tints of Cumulus #FAFCC3
RGB
CMYK
RGB Variations
Color information
#FAFCC3 (or 0xFAFCC3) is known color: Cumulus. HEX triplet: FA, FC and C3. RGB value is (250,252,195). Sum of RGB (Red+Green+Blue) = 250+252+195=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 195 (76.56% from 255 or 27.98% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCC3 is #05033C. Grayscale: #F5F5F5. Windows color (decimal): -328509 or 12844282. OLE color: 12844282.
HSL color Cylindrical-coordinate representation of color #FAFCC3: hue angle of 62.11º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAFCC3 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 195 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.01 |
| HSL | 62.11º | 0.9% | 0.88% | - |
| HSV(B) | 62.11º | 0.23% | 0.99% | - |
| XYZ | 84.09 | 93.88 | 65.32 | - |
| YUV | 244.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 195 | 0.01 | 0 | 0.23 | 0.01 | 62.11 | 0.9 | 0.88 |
| Hex | FA | FC | C3 | 1 | 0 | 17 | 1 | 3E | 5A | 58 |
| Octal | 372 | 374 | 303 | 1 | 0 | 27 | 1 | 76 | 132 | 130 |
| Binary | 11111010 | 11111100 | 11000011 | 1 | 0 | 10111 | 1 | 111110 | 1011010 | 1011000 |
Color Harmonies of #FAFCC3
Complementary color
Monochromatic Colors of #FAFCC3
Black with #FAFCC3
Text Example
Text Example
White with #FAFCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFCC3; }
p { color: rgb(250,252,195); }
H1.HeaderClassName
{
color: #FAFCC3;
}
.AnyTagClassName
{
color: #FAFCC3;
}
</style>
background-color css
<style>
a { background-color: #FAFCC3; }
a { background-color: rgb(250,252,195); }
div.DivClassName
{
background-color: #FAFCC3;
}
.BgClassName
{
background-color: #FAFCC3;
}
</style>
border-color css
<style>
span { border-color: #FAFCC3; }
span { border-color: rgb(250,252,195); }
td.TdClassName
{
border-color: #FAFCC3;
}
.TagClassName
{
border-color: #FAFCC3;
}
</style>