Shades of Cumulus #FAFAC1
Tints of Cumulus #FAFAC1
RGB
CMYK
RGB Variations
Color information
#FAFAC1 (or 0xFAFAC1) is known color: Cumulus. HEX triplet: FA, FA and C1. RGB value is (250,250,193). Sum of RGB (Red+Green+Blue) = 250+250+193=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 193 (75.78% from 255 or 27.85% from 693); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAC1 is #05053E. Grayscale: #F3F3F3. Windows color (decimal): -329023 or 12712698. OLE color: 12712698.
HSL color Cylindrical-coordinate representation of color #FAFAC1: hue angle of 60º degrees, saturation: 0.85, 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 #FAFAC1 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 193 | - |
| CMYK | 0 | 0 | 0.23 | 0.02 |
| HSL | 60º | 0.85% | 0.87% | - |
| HSV(B) | 60º | 0.23% | 0.98% | - |
| XYZ | 83.24 | 92.55 | 63.93 | - |
| YUV | 243.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 193 | 0 | 0 | 0.23 | 0.02 | 60 | 0.85 | 0.87 |
| Hex | FA | FA | C1 | 0 | 0 | 17 | 2 | 3C | 55 | 57 |
| Octal | 372 | 372 | 301 | 0 | 0 | 27 | 2 | 74 | 125 | 127 |
| Binary | 11111010 | 11111010 | 11000001 | 0 | 0 | 10111 | 10 | 111100 | 1010101 | 1010111 |
Color Harmonies of #FAFAC1
Complementary color
Monochromatic Colors of #FAFAC1
Black with #FAFAC1
Text Example
Text Example
White with #FAFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAC1; }
p { color: rgb(250,250,193); }
H1.HeaderClassName
{
color: #FAFAC1;
}
.AnyTagClassName
{
color: #FAFAC1;
}
</style>
background-color css
<style>
a { background-color: #FAFAC1; }
a { background-color: rgb(250,250,193); }
div.DivClassName
{
background-color: #FAFAC1;
}
.BgClassName
{
background-color: #FAFAC1;
}
</style>
border-color css
<style>
span { border-color: #FAFAC1; }
span { border-color: rgb(250,250,193); }
td.TdClassName
{
border-color: #FAFAC1;
}
.TagClassName
{
border-color: #FAFAC1;
}
</style>