Shades of Blanched Almond #FFEBC7
Tints of Blanched Almond #FFEBC7
RGB
CMYK
RGB Variations
Color information
#FFEBC7 (or 0xFFEBC7) is known color: Blanched Almond. HEX triplet: FF, EB and C7. RGB value is (255,235,199). Sum of RGB (Red+Green+Blue) = 255+235+199=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 199 (78.12% from 255 or 28.88% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBC7 is #001438. Grayscale: #EDEDED. Windows color (decimal): -5177 or 13102079. OLE color: 13102079.
HSL color Cylindrical-coordinate representation of color #FFEBC7: hue angle of 38.57º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFEBC7 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 199 | - |
| CMYK | 0 | 0.08 | 0.22 | 0 |
| HSL | 38.57º | 1% | 0.89% | - |
| HSV(B) | 38.57º | 0.22% | 1% | - |
| XYZ | 81.26 | 84.8 | 66.12 | - |
| YUV | 236.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 199 | 0 | 0.08 | 0.22 | 0 | 38.57 | 1 | 0.89 |
| Hex | FF | EB | C7 | 0 | 8 | 16 | 0 | 27 | 64 | 59 |
| Octal | 377 | 353 | 307 | 0 | 10 | 26 | 0 | 47 | 144 | 131 |
| Binary | 11111111 | 11101011 | 11000111 | 0 | 1000 | 10110 | 0 | 100111 | 1100100 | 1011001 |
Color Harmonies of #FFEBC7
Complementary color
Monochromatic Colors of #FFEBC7
Black with #FFEBC7
Text Example
Text Example
White with #FFEBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBC7; }
p { color: rgb(255,235,199); }
H1.HeaderClassName
{
color: #FFEBC7;
}
.AnyTagClassName
{
color: #FFEBC7;
}
</style>
background-color css
<style>
a { background-color: #FFEBC7; }
a { background-color: rgb(255,235,199); }
div.DivClassName
{
background-color: #FFEBC7;
}
.BgClassName
{
background-color: #FFEBC7;
}
</style>
border-color css
<style>
span { border-color: #FFEBC7; }
span { border-color: rgb(255,235,199); }
td.TdClassName
{
border-color: #FFEBC7;
}
.TagClassName
{
border-color: #FFEBC7;
}
</style>