Shades of Moccasin #F9E2BC
Tints of Moccasin #F9E2BC
RGB
CMYK
RGB Variations
Color information
#F9E2BC (or 0xF9E2BC) is known color: Moccasin. HEX triplet: F9, E2 and BC. RGB value is (249,226,188). Sum of RGB (Red+Green+Blue) = 249+226+188=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E2BC is #061D43. Grayscale: #E4E4E4. Windows color (decimal): -400708 or 12378873. OLE color: 12378873.
HSL color Cylindrical-coordinate representation of color #F9E2BC: hue angle of 37.38º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9E2BC is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 188 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.02 |
| HSL | 37.38º | 0.84% | 0.86% | - |
| HSV(B) | 37.38º | 0.24% | 0.98% | - |
| XYZ | 75.34 | 78.16 | 58.69 | - |
| YUV | 228.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 188 | 0 | 0.09 | 0.24 | 0.02 | 37.38 | 0.84 | 0.86 |
| Hex | F9 | E2 | BC | 0 | 9 | 18 | 2 | 25 | 54 | 56 |
| Octal | 371 | 342 | 274 | 0 | 11 | 30 | 2 | 45 | 124 | 126 |
| Binary | 11111001 | 11100010 | 10111100 | 0 | 1001 | 11000 | 10 | 100101 | 1010100 | 1010110 |
Color Harmonies of #F9E2BC
Complementary color
Monochromatic Colors of #F9E2BC
Black with #F9E2BC
Text Example
Text Example
White with #F9E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E2BC; }
p { color: rgb(249,226,188); }
H1.HeaderClassName
{
color: #F9E2BC;
}
.AnyTagClassName
{
color: #F9E2BC;
}
</style>
background-color css
<style>
a { background-color: #F9E2BC; }
a { background-color: rgb(249,226,188); }
div.DivClassName
{
background-color: #F9E2BC;
}
.BgClassName
{
background-color: #F9E2BC;
}
</style>
border-color css
<style>
span { border-color: #F9E2BC; }
span { border-color: rgb(249,226,188); }
td.TdClassName
{
border-color: #F9E2BC;
}
.TagClassName
{
border-color: #F9E2BC;
}
</style>