Shades of Moccasin #FEE6B8
Tints of Moccasin #FEE6B8
RGB
CMYK
RGB Variations
Color information
#FEE6B8 (or 0xFEE6B8) is known color: Moccasin. HEX triplet: FE, E6 and B8. RGB value is (254,230,184). Sum of RGB (Red+Green+Blue) = 254+230+184=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 230 (90.23% from 255 or 34.43% from 668); Blue value is 184 (72.27% from 255 or 27.54% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6B8 is #011947. Grayscale: #E8E8E8. Windows color (decimal): -72008 or 12117758. OLE color: 12117758.
HSL color Cylindrical-coordinate representation of color #FEE6B8: hue angle of 39.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEE6B8 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 184 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.00 |
| HSL | 39.43º | 0.97% | 0.86% | - |
| HSV(B) | 39.43º | 0.28% | 1% | - |
| XYZ | 77.82 | 81.13 | 56.9 | - |
| YUV | 231.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 184 | 0 | 0.09 | 0.28 | 0.00 | 39.43 | 0.97 | 0.86 |
| Hex | FE | E6 | B8 | 0 | 9 | 1C | 0 | 27 | 61 | 56 |
| Octal | 376 | 346 | 270 | 0 | 11 | 34 | 0 | 47 | 141 | 126 |
| Binary | 11111110 | 11100110 | 10111000 | 0 | 1001 | 11100 | 0 | 100111 | 1100001 | 1010110 |
Color Harmonies of #FEE6B8
Complementary color
Monochromatic Colors of #FEE6B8
Black with #FEE6B8
Text Example
Text Example
White with #FEE6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6B8; }
p { color: rgb(254,230,184); }
H1.HeaderClassName
{
color: #FEE6B8;
}
.AnyTagClassName
{
color: #FEE6B8;
}
</style>
background-color css
<style>
a { background-color: #FEE6B8; }
a { background-color: rgb(254,230,184); }
div.DivClassName
{
background-color: #FEE6B8;
}
.BgClassName
{
background-color: #FEE6B8;
}
</style>
border-color css
<style>
span { border-color: #FEE6B8; }
span { border-color: rgb(254,230,184); }
td.TdClassName
{
border-color: #FEE6B8;
}
.TagClassName
{
border-color: #FEE6B8;
}
</style>