Shades of Cumulus #FAF9C1
Tints of Cumulus #FAF9C1
RGB
CMYK
RGB Variations
Color information
#FAF9C1 (or 0xFAF9C1) is known color: Cumulus. HEX triplet: FA, F9 and C1. RGB value is (250,249,193). Sum of RGB (Red+Green+Blue) = 250+249+193=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 193 (75.78% from 255 or 27.89% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9C1 is #05063E. Grayscale: #F3F3F3. Windows color (decimal): -329279 or 12712442. OLE color: 12712442.
HSL color Cylindrical-coordinate representation of color #FAF9C1: hue angle of 58.95º 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 #FAF9C1 is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 193 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.02 |
| HSL | 58.95º | 0.85% | 0.87% | - |
| HSV(B) | 58.95º | 0.23% | 0.98% | - |
| XYZ | 82.93 | 91.93 | 63.82 | - |
| YUV | 242.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 193 | 0 | 0.00 | 0.23 | 0.02 | 58.95 | 0.85 | 0.87 |
| Hex | FA | F9 | C1 | 0 | 0 | 17 | 2 | 3B | 55 | 57 |
| Octal | 372 | 371 | 301 | 0 | 0 | 27 | 2 | 73 | 125 | 127 |
| Binary | 11111010 | 11111001 | 11000001 | 0 | 0 | 10111 | 10 | 111011 | 1010101 | 1010111 |
Color Harmonies of #FAF9C1
Complementary color
Monochromatic Colors of #FAF9C1
Black with #FAF9C1
Text Example
Text Example
White with #FAF9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF9C1; }
p { color: rgb(250,249,193); }
H1.HeaderClassName
{
color: #FAF9C1;
}
.AnyTagClassName
{
color: #FAF9C1;
}
</style>
background-color css
<style>
a { background-color: #FAF9C1; }
a { background-color: rgb(250,249,193); }
div.DivClassName
{
background-color: #FAF9C1;
}
.BgClassName
{
background-color: #FAF9C1;
}
</style>
border-color css
<style>
span { border-color: #FAF9C1; }
span { border-color: rgb(250,249,193); }
td.TdClassName
{
border-color: #FAF9C1;
}
.TagClassName
{
border-color: #FAF9C1;
}
</style>