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