Shades of Moccasin #FAE3B4
Tints of Moccasin #FAE3B4
RGB
CMYK
RGB Variations
Color information
#FAE3B4 (or 0xFAE3B4) is known color: Moccasin. HEX triplet: FA, E3 and B4. RGB value is (250,227,180). Sum of RGB (Red+Green+Blue) = 250+227+180=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 180 (70.70% from 255 or 27.40% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3B4 is #051C4B. Grayscale: #E4E4E4. Windows color (decimal): -334924 or 11854842. OLE color: 11854842.
HSL color Cylindrical-coordinate representation of color #FAE3B4: hue angle of 40.29º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAE3B4 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 180 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.02 |
| HSL | 40.29º | 0.88% | 0.84% | - |
| HSV(B) | 40.29º | 0.28% | 0.98% | - |
| XYZ | 75.13 | 78.56 | 54.38 | - |
| YUV | 228.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 180 | 0 | 0.09 | 0.28 | 0.02 | 40.29 | 0.88 | 0.84 |
| Hex | FA | E3 | B4 | 0 | 9 | 1C | 2 | 28 | 58 | 54 |
| Octal | 372 | 343 | 264 | 0 | 11 | 34 | 2 | 50 | 130 | 124 |
| Binary | 11111010 | 11100011 | 10110100 | 0 | 1001 | 11100 | 10 | 101000 | 1011000 | 1010100 |
Color Harmonies of #FAE3B4
Complementary color
Monochromatic Colors of #FAE3B4
Black with #FAE3B4
Text Example
Text Example
White with #FAE3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3B4; }
p { color: rgb(250,227,180); }
H1.HeaderClassName
{
color: #FAE3B4;
}
.AnyTagClassName
{
color: #FAE3B4;
}
</style>
background-color css
<style>
a { background-color: #FAE3B4; }
a { background-color: rgb(250,227,180); }
div.DivClassName
{
background-color: #FAE3B4;
}
.BgClassName
{
background-color: #FAE3B4;
}
</style>
border-color css
<style>
span { border-color: #FAE3B4; }
span { border-color: rgb(250,227,180); }
td.TdClassName
{
border-color: #FAE3B4;
}
.TagClassName
{
border-color: #FAE3B4;
}
</style>