Shades of Cumulus #F8FCC0
Tints of Cumulus #F8FCC0
RGB
CMYK
RGB Variations
Color information
#F8FCC0 (or 0xF8FCC0) is known color: Cumulus. HEX triplet: F8, FC and C0. RGB value is (248,252,192). Sum of RGB (Red+Green+Blue) = 248+252+192=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 192 (75.39% from 255 or 27.75% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FCC0 is #07033F. Grayscale: #F4F4F4. Windows color (decimal): -459584 or 12647672. OLE color: 12647672.
HSL color Cylindrical-coordinate representation of color #F8FCC0: hue angle of 64º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8FCC0 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 192 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.01 |
| HSL | 64º | 0.91% | 0.87% | - |
| HSV(B) | 64º | 0.24% | 0.99% | - |
| XYZ | 83.04 | 93.38 | 63.52 | - |
| YUV | 243.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 192 | 0.02 | 0 | 0.24 | 0.01 | 64 | 0.91 | 0.87 |
| Hex | F8 | FC | C0 | 2 | 0 | 18 | 1 | 40 | 5B | 57 |
| Octal | 370 | 374 | 300 | 2 | 0 | 30 | 1 | 100 | 133 | 127 |
| Binary | 11111000 | 11111100 | 11000000 | 10 | 0 | 11000 | 1 | 1000000 | 1011011 | 1010111 |
Color Harmonies of #F8FCC0
Complementary color
Monochromatic Colors of #F8FCC0
Black with #F8FCC0
Text Example
Text Example
White with #F8FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCC0; }
p { color: rgb(248,252,192); }
H1.HeaderClassName
{
color: #F8FCC0;
}
.AnyTagClassName
{
color: #F8FCC0;
}
</style>
background-color css
<style>
a { background-color: #F8FCC0; }
a { background-color: rgb(248,252,192); }
div.DivClassName
{
background-color: #F8FCC0;
}
.BgClassName
{
background-color: #F8FCC0;
}
</style>
border-color css
<style>
span { border-color: #F8FCC0; }
span { border-color: rgb(248,252,192); }
td.TdClassName
{
border-color: #F8FCC0;
}
.TagClassName
{
border-color: #F8FCC0;
}
</style>