Shades of Moccasin #FFE2B2
Tints of Moccasin #FFE2B2
RGB
CMYK
RGB Variations
Color information
#FFE2B2 (or 0xFFE2B2) is known color: Moccasin. HEX triplet: FF, E2 and B2. RGB value is (255,226,178). Sum of RGB (Red+Green+Blue) = 255+226+178=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 178 (69.92% from 255 or 27.01% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE2B2 is #001D4D. Grayscale: #E5E5E5. Windows color (decimal): -7502 or 11723519. OLE color: 11723519.
HSL color Cylindrical-coordinate representation of color #FFE2B2: hue angle of 37.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFE2B2 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 226 | 178 | - |
CMYK | 0 | 0.11 | 0.30 | 0 |
HSL | 37.4º | 1% | 0.85% | - |
HSV(B) | 37.4º | 0.3% | 1% | - |
XYZ | 76.47 | 78.87 | 53.31 | - |
YUV | 229.2 | 99.11 | 146.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 226 | 178 | 0 | 0.11 | 0.30 | 0 | 37.4 | 1 | 0.85 |
Hex | FF | E2 | B2 | 0 | B | 1E | 0 | 25 | 64 | 55 |
Octal | 377 | 342 | 262 | 0 | 13 | 36 | 0 | 45 | 144 | 125 |
Binary | 11111111 | 11100010 | 10110010 | 0 | 1011 | 11110 | 0 | 100101 | 1100100 | 1010101 |
Color Harmonies of #FFE2B2
Complementary color
Monochromatic Colors of #FFE2B2
Black with #FFE2B2
Text Example
Text Example
White with #FFE2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2B2; }
p { color: rgb(255,226,178); }
H1.HeaderClassName
{
color: #FFE2B2;
}
.AnyTagClassName
{
color: #FFE2B2;
}
</style>
background-color css
<style>
a { background-color: #FFE2B2; }
a { background-color: rgb(255,226,178); }
div.DivClassName
{
background-color: #FFE2B2;
}
.BgClassName
{
background-color: #FFE2B2;
}
</style>
border-color css
<style>
span { border-color: #FFE2B2; }
span { border-color: rgb(255,226,178); }
td.TdClassName
{
border-color: #FFE2B2;
}
.TagClassName
{
border-color: #FFE2B2;
}
</style>