Shades of Moccasin #FDE7BB
Tints of Moccasin #FDE7BB
RGB
CMYK
RGB Variations
Color information
#FDE7BB (or 0xFDE7BB) is known color: Moccasin. HEX triplet: FD, E7 and BB. RGB value is (253,231,187). Sum of RGB (Red+Green+Blue) = 253+231+187=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 187 (73.44% from 255 or 27.87% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7BB is #021844. Grayscale: #E8E8E8. Windows color (decimal): -137285 or 12314621. OLE color: 12314621.
HSL color Cylindrical-coordinate representation of color #FDE7BB: hue angle of 40º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDE7BB is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 187 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.01 |
| HSL | 40º | 0.94% | 0.86% | - |
| HSV(B) | 40º | 0.26% | 0.99% | - |
| XYZ | 78.05 | 81.62 | 58.65 | - |
| YUV | 232.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 187 | 0 | 0.09 | 0.26 | 0.01 | 40 | 0.94 | 0.86 |
| Hex | FD | E7 | BB | 0 | 9 | 1A | 1 | 28 | 5E | 56 |
| Octal | 375 | 347 | 273 | 0 | 11 | 32 | 1 | 50 | 136 | 126 |
| Binary | 11111101 | 11100111 | 10111011 | 0 | 1001 | 11010 | 1 | 101000 | 1011110 | 1010110 |
Color Harmonies of #FDE7BB
Complementary color
Monochromatic Colors of #FDE7BB
Black with #FDE7BB
Text Example
Text Example
White with #FDE7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7BB; }
p { color: rgb(253,231,187); }
H1.HeaderClassName
{
color: #FDE7BB;
}
.AnyTagClassName
{
color: #FDE7BB;
}
</style>
background-color css
<style>
a { background-color: #FDE7BB; }
a { background-color: rgb(253,231,187); }
div.DivClassName
{
background-color: #FDE7BB;
}
.BgClassName
{
background-color: #FDE7BB;
}
</style>
border-color css
<style>
span { border-color: #FDE7BB; }
span { border-color: rgb(253,231,187); }
td.TdClassName
{
border-color: #FDE7BB;
}
.TagClassName
{
border-color: #FDE7BB;
}
</style>