Shades of Cumulus #F9F8C1
Tints of Cumulus #F9F8C1
RGB
CMYK
RGB Variations
Color information
#F9F8C1 (or 0xF9F8C1) is known color: Cumulus. HEX triplet: F9, F8 and C1. RGB value is (249,248,193). Sum of RGB (Red+Green+Blue) = 249+248+193=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 193 (75.78% from 255 or 27.97% from 690); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F8C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F8C1 is #06073E. Grayscale: #F2F2F2. Windows color (decimal): -395071 or 12712185. OLE color: 12712185.
HSL color Cylindrical-coordinate representation of color #F9F8C1: hue angle of 58.93º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9F8C1 is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 248 | 193 | - |
| CMYK | 0 | 0.00 | 0.22 | 0.02 |
| HSL | 58.93º | 0.82% | 0.87% | - |
| HSV(B) | 58.93º | 0.22% | 0.98% | - |
| XYZ | 82.26 | 91.12 | 63.71 | - |
| YUV | 242.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 248 | 193 | 0 | 0.00 | 0.22 | 0.02 | 58.93 | 0.82 | 0.87 |
| Hex | F9 | F8 | C1 | 0 | 0 | 16 | 2 | 3B | 52 | 57 |
| Octal | 371 | 370 | 301 | 0 | 0 | 26 | 2 | 73 | 122 | 127 |
| Binary | 11111001 | 11111000 | 11000001 | 0 | 0 | 10110 | 10 | 111011 | 1010010 | 1010111 |
Color Harmonies of #F9F8C1
Complementary color
Monochromatic Colors of #F9F8C1
Black with #F9F8C1
Text Example
Text Example
White with #F9F8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F8C1; }
p { color: rgb(249,248,193); }
H1.HeaderClassName
{
color: #F9F8C1;
}
.AnyTagClassName
{
color: #F9F8C1;
}
</style>
background-color css
<style>
a { background-color: #F9F8C1; }
a { background-color: rgb(249,248,193); }
div.DivClassName
{
background-color: #F9F8C1;
}
.BgClassName
{
background-color: #F9F8C1;
}
</style>
border-color css
<style>
span { border-color: #F9F8C1; }
span { border-color: rgb(249,248,193); }
td.TdClassName
{
border-color: #F9F8C1;
}
.TagClassName
{
border-color: #F9F8C1;
}
</style>