Shades of Moccasin #FAE0BB
Tints of Moccasin #FAE0BB
RGB
CMYK
RGB Variations
Color information
#FAE0BB (or 0xFAE0BB) is known color: Moccasin. HEX triplet: FA, E0 and BB. RGB value is (250,224,187). Sum of RGB (Red+Green+Blue) = 250+224+187=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 187 (73.44% from 255 or 28.29% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0BB is #051F44. Grayscale: #E3E3E3. Windows color (decimal): -335685 or 12312826. OLE color: 12312826.
HSL color Cylindrical-coordinate representation of color #FAE0BB: hue angle of 35.24º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAE0BB is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 187 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.02 |
| HSL | 35.24º | 0.86% | 0.86% | - |
| HSV(B) | 35.24º | 0.25% | 0.98% | - |
| XYZ | 75.05 | 77.22 | 57.96 | - |
| YUV | 227.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 187 | 0 | 0.10 | 0.25 | 0.02 | 35.24 | 0.86 | 0.86 |
| Hex | FA | E0 | BB | 0 | A | 19 | 2 | 23 | 56 | 56 |
| Octal | 372 | 340 | 273 | 0 | 12 | 31 | 2 | 43 | 126 | 126 |
| Binary | 11111010 | 11100000 | 10111011 | 0 | 1010 | 11001 | 10 | 100011 | 1010110 | 1010110 |
Color Harmonies of #FAE0BB
Complementary color
Monochromatic Colors of #FAE0BB
Black with #FAE0BB
Text Example
Text Example
White with #FAE0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0BB; }
p { color: rgb(250,224,187); }
H1.HeaderClassName
{
color: #FAE0BB;
}
.AnyTagClassName
{
color: #FAE0BB;
}
</style>
background-color css
<style>
a { background-color: #FAE0BB; }
a { background-color: rgb(250,224,187); }
div.DivClassName
{
background-color: #FAE0BB;
}
.BgClassName
{
background-color: #FAE0BB;
}
</style>
border-color css
<style>
span { border-color: #FAE0BB; }
span { border-color: rgb(250,224,187); }
td.TdClassName
{
border-color: #FAE0BB;
}
.TagClassName
{
border-color: #FAE0BB;
}
</style>