Shades of Cumulus #FAFAC5
Tints of Cumulus #FAFAC5
RGB
CMYK
RGB Variations
Color information
#FAFAC5 (or 0xFAFAC5) is known color: Cumulus. HEX triplet: FA, FA and C5. RGB value is (250,250,197). Sum of RGB (Red+Green+Blue) = 250+250+197=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 197 (77.34% from 255 or 28.26% from 697); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAC5 is #05053A. Grayscale: #F4F4F4. Windows color (decimal): -329019 or 12974842. OLE color: 12974842.
HSL color Cylindrical-coordinate representation of color #FAFAC5: hue angle of 60º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAFAC5 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 197 | - |
| CMYK | 0 | 0 | 0.21 | 0.02 |
| HSL | 60º | 0.84% | 0.88% | - |
| HSV(B) | 60º | 0.21% | 0.98% | - |
| XYZ | 83.69 | 92.73 | 66.31 | - |
| YUV | 243.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 197 | 0 | 0 | 0.21 | 0.02 | 60 | 0.84 | 0.88 |
| Hex | FA | FA | C5 | 0 | 0 | 15 | 2 | 3C | 54 | 58 |
| Octal | 372 | 372 | 305 | 0 | 0 | 25 | 2 | 74 | 124 | 130 |
| Binary | 11111010 | 11111010 | 11000101 | 0 | 0 | 10101 | 10 | 111100 | 1010100 | 1011000 |
Color Harmonies of #FAFAC5
Complementary color
Monochromatic Colors of #FAFAC5
Black with #FAFAC5
Text Example
Text Example
White with #FAFAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAC5; }
p { color: rgb(250,250,197); }
H1.HeaderClassName
{
color: #FAFAC5;
}
.AnyTagClassName
{
color: #FAFAC5;
}
</style>
background-color css
<style>
a { background-color: #FAFAC5; }
a { background-color: rgb(250,250,197); }
div.DivClassName
{
background-color: #FAFAC5;
}
.BgClassName
{
background-color: #FAFAC5;
}
</style>
border-color css
<style>
span { border-color: #FAFAC5; }
span { border-color: rgb(250,250,197); }
td.TdClassName
{
border-color: #FAFAC5;
}
.TagClassName
{
border-color: #FAFAC5;
}
</style>