Shades of Moccasin #FFE4B1
Tints of Moccasin #FFE4B1
RGB
CMYK
RGB Variations
Color information
#FFE4B1 (or 0xFFE4B1) is known color: Moccasin. HEX triplet: FF, E4 and B1. RGB value is (255,228,177). Sum of RGB (Red+Green+Blue) = 255+228+177=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 177 (69.53% from 255 or 26.82% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE4B1 is #001B4E. Grayscale: #E6E6E6. Windows color (decimal): -6991 or 11658495. OLE color: 11658495.
HSL color Cylindrical-coordinate representation of color #FFE4B1: hue angle of 39.23º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFE4B1 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 177 | - |
| CMYK | 0 | 0.11 | 0.31 | 0 |
| HSL | 39.23º | 1% | 0.85% | - |
| HSV(B) | 39.23º | 0.31% | 1% | - |
| XYZ | 76.92 | 79.92 | 52.97 | - |
| YUV | 230.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 177 | 0 | 0.11 | 0.31 | 0 | 39.23 | 1 | 0.85 |
| Hex | FF | E4 | B1 | 0 | B | 1F | 0 | 27 | 64 | 55 |
| Octal | 377 | 344 | 261 | 0 | 13 | 37 | 0 | 47 | 144 | 125 |
| Binary | 11111111 | 11100100 | 10110001 | 0 | 1011 | 11111 | 0 | 100111 | 1100100 | 1010101 |
Color Harmonies of #FFE4B1
Complementary color
Monochromatic Colors of #FFE4B1
Black with #FFE4B1
Text Example
Text Example
White with #FFE4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4B1; }
p { color: rgb(255,228,177); }
H1.HeaderClassName
{
color: #FFE4B1;
}
.AnyTagClassName
{
color: #FFE4B1;
}
</style>
background-color css
<style>
a { background-color: #FFE4B1; }
a { background-color: rgb(255,228,177); }
div.DivClassName
{
background-color: #FFE4B1;
}
.BgClassName
{
background-color: #FFE4B1;
}
</style>
border-color css
<style>
span { border-color: #FFE4B1; }
span { border-color: rgb(255,228,177); }
td.TdClassName
{
border-color: #FFE4B1;
}
.TagClassName
{
border-color: #FFE4B1;
}
</style>