Shades of Moccasin #FEE7B5
Tints of Moccasin #FEE7B5
RGB
CMYK
RGB Variations
Color information
#FEE7B5 (or 0xFEE7B5) is known color: Moccasin. HEX triplet: FE, E7 and B5. RGB value is (254,231,181). Sum of RGB (Red+Green+Blue) = 254+231+181=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 181 (71.09% from 255 or 27.18% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7B5 is #01184A. Grayscale: #E8E8E8. Windows color (decimal): -71755 or 11921406. OLE color: 11921406.
HSL color Cylindrical-coordinate representation of color #FEE7B5: hue angle of 41.1º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEE7B5 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 231 | 181 | - |
CMYK | 0 | 0.09 | 0.29 | 0.00 |
HSL | 41.1º | 0.97% | 0.85% | - |
HSV(B) | 41.1º | 0.29% | 1% | - |
XYZ | 77.79 | 81.56 | 55.36 | - |
YUV | 232.18 | 99.12 | 143.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 231 | 181 | 0 | 0.09 | 0.29 | 0.00 | 41.1 | 0.97 | 0.85 |
Hex | FE | E7 | B5 | 0 | 9 | 1D | 0 | 29 | 61 | 55 |
Octal | 376 | 347 | 265 | 0 | 11 | 35 | 0 | 51 | 141 | 125 |
Binary | 11111110 | 11100111 | 10110101 | 0 | 1001 | 11101 | 0 | 101001 | 1100001 | 1010101 |
Color Harmonies of #FEE7B5
Complementary color
Monochromatic Colors of #FEE7B5
Black with #FEE7B5
Text Example
Text Example
White with #FEE7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7B5; }
p { color: rgb(254,231,181); }
H1.HeaderClassName
{
color: #FEE7B5;
}
.AnyTagClassName
{
color: #FEE7B5;
}
</style>
background-color css
<style>
a { background-color: #FEE7B5; }
a { background-color: rgb(254,231,181); }
div.DivClassName
{
background-color: #FEE7B5;
}
.BgClassName
{
background-color: #FEE7B5;
}
</style>
border-color css
<style>
span { border-color: #FEE7B5; }
span { border-color: rgb(254,231,181); }
td.TdClassName
{
border-color: #FEE7B5;
}
.TagClassName
{
border-color: #FEE7B5;
}
</style>