Shades of Blanched Almond #FFEBC8
Tints of Blanched Almond #FFEBC8
RGB
CMYK
RGB Variations
Color information
#FFEBC8 (or 0xFFEBC8) is known color: Blanched Almond. HEX triplet: FF, EB and C8. RGB value is (255,235,200). Sum of RGB (Red+Green+Blue) = 255+235+200=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 200 (78.52% from 255 or 28.99% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBC8 is #001437. Grayscale: #EDEDED. Windows color (decimal): -5176 or 13167615. OLE color: 13167615.
HSL color Cylindrical-coordinate representation of color #FFEBC8: hue angle of 38.18º 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 #FFEBC8 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 200 | - |
| CMYK | 0 | 0.08 | 0.22 | 0 |
| HSL | 38.18º | 1% | 0.89% | - |
| HSV(B) | 38.18º | 0.22% | 1% | - |
| XYZ | 81.37 | 84.85 | 66.73 | - |
| YUV | 236.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 200 | 0 | 0.08 | 0.22 | 0 | 38.18 | 1 | 0.89 |
| Hex | FF | EB | C8 | 0 | 8 | 16 | 0 | 26 | 64 | 59 |
| Octal | 377 | 353 | 310 | 0 | 10 | 26 | 0 | 46 | 144 | 131 |
| Binary | 11111111 | 11101011 | 11001000 | 0 | 1000 | 10110 | 0 | 100110 | 1100100 | 1011001 |
Color Harmonies of #FFEBC8
Complementary color
Monochromatic Colors of #FFEBC8
Black with #FFEBC8
Text Example
Text Example
White with #FFEBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBC8; }
p { color: rgb(255,235,200); }
H1.HeaderClassName
{
color: #FFEBC8;
}
.AnyTagClassName
{
color: #FFEBC8;
}
</style>
background-color css
<style>
a { background-color: #FFEBC8; }
a { background-color: rgb(255,235,200); }
div.DivClassName
{
background-color: #FFEBC8;
}
.BgClassName
{
background-color: #FFEBC8;
}
</style>
border-color css
<style>
span { border-color: #FFEBC8; }
span { border-color: rgb(255,235,200); }
td.TdClassName
{
border-color: #FFEBC8;
}
.TagClassName
{
border-color: #FFEBC8;
}
</style>