Shades of Cumulus #FAF8C0
Tints of Cumulus #FAF8C0
RGB
CMYK
RGB Variations
Color information
#FAF8C0 (or 0xFAF8C0) is known color: Cumulus. HEX triplet: FA, F8 and C0. RGB value is (250,248,192). Sum of RGB (Red+Green+Blue) = 250+248+192=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 192 (75.39% from 255 or 27.83% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8C0 is #05073F. Grayscale: #F2F2F2. Windows color (decimal): -329536 or 12646650. OLE color: 12646650.
HSL color Cylindrical-coordinate representation of color #FAF8C0: hue angle of 57.93º 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 #FAF8C0 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 192 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.02 |
| HSL | 57.93º | 0.85% | 0.87% | - |
| HSV(B) | 57.93º | 0.23% | 0.98% | - |
| XYZ | 82.51 | 91.26 | 63.14 | - |
| YUV | 242.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 192 | 0 | 0.01 | 0.23 | 0.02 | 57.93 | 0.85 | 0.87 |
| Hex | FA | F8 | C0 | 0 | 1 | 17 | 2 | 3A | 55 | 57 |
| Octal | 372 | 370 | 300 | 0 | 1 | 27 | 2 | 72 | 125 | 127 |
| Binary | 11111010 | 11111000 | 11000000 | 0 | 1 | 10111 | 10 | 111010 | 1010101 | 1010111 |
Color Harmonies of #FAF8C0
Complementary color
Monochromatic Colors of #FAF8C0
Black with #FAF8C0
Text Example
Text Example
White with #FAF8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8C0; }
p { color: rgb(250,248,192); }
H1.HeaderClassName
{
color: #FAF8C0;
}
.AnyTagClassName
{
color: #FAF8C0;
}
</style>
background-color css
<style>
a { background-color: #FAF8C0; }
a { background-color: rgb(250,248,192); }
div.DivClassName
{
background-color: #FAF8C0;
}
.BgClassName
{
background-color: #FAF8C0;
}
</style>
border-color css
<style>
span { border-color: #FAF8C0; }
span { border-color: rgb(250,248,192); }
td.TdClassName
{
border-color: #FAF8C0;
}
.TagClassName
{
border-color: #FAF8C0;
}
</style>