Shades of Moccasin #FFE2B5
Tints of Moccasin #FFE2B5
RGB
CMYK
RGB Variations
Color information
#FFE2B5 (or 0xFFE2B5) is known color: Moccasin. HEX triplet: FF, E2 and B5. RGB value is (255,226,181). Sum of RGB (Red+Green+Blue) = 255+226+181=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 181 (71.09% from 255 or 27.34% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2B5 is #001D4A. Grayscale: #E5E5E5. Windows color (decimal): -7499 or 11920127. OLE color: 11920127.
HSL color Cylindrical-coordinate representation of color #FFE2B5: hue angle of 36.49º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFE2B5 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 226 | 181 | - |
CMYK | 0 | 0.11 | 0.29 | 0 |
HSL | 36.49º | 1% | 0.85% | - |
HSV(B) | 36.49º | 0.29% | 1% | - |
XYZ | 76.78 | 78.99 | 54.92 | - |
YUV | 229.54 | 100.61 | 146.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 226 | 181 | 0 | 0.11 | 0.29 | 0 | 36.49 | 1 | 0.85 |
Hex | FF | E2 | B5 | 0 | B | 1D | 0 | 24 | 64 | 55 |
Octal | 377 | 342 | 265 | 0 | 13 | 35 | 0 | 44 | 144 | 125 |
Binary | 11111111 | 11100010 | 10110101 | 0 | 1011 | 11101 | 0 | 100100 | 1100100 | 1010101 |
Color Harmonies of #FFE2B5
Complementary color
Monochromatic Colors of #FFE2B5
Black with #FFE2B5
Text Example
Text Example
White with #FFE2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2B5; }
p { color: rgb(255,226,181); }
H1.HeaderClassName
{
color: #FFE2B5;
}
.AnyTagClassName
{
color: #FFE2B5;
}
</style>
background-color css
<style>
a { background-color: #FFE2B5; }
a { background-color: rgb(255,226,181); }
div.DivClassName
{
background-color: #FFE2B5;
}
.BgClassName
{
background-color: #FFE2B5;
}
</style>
border-color css
<style>
span { border-color: #FFE2B5; }
span { border-color: rgb(255,226,181); }
td.TdClassName
{
border-color: #FFE2B5;
}
.TagClassName
{
border-color: #FFE2B5;
}
</style>