Shades of Blanched Almond #FFEBD0
Tints of Blanched Almond #FFEBD0
RGB
CMYK
RGB Variations
Color information
#FFEBD0 (or 0xFFEBD0) is known color: Blanched Almond. HEX triplet: FF, EB and D0. RGB value is (255,235,208). Sum of RGB (Red+Green+Blue) = 255+235+208=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 208 (81.64% from 255 or 29.80% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBD0 is #00142F. Grayscale: #EEEEEE. Windows color (decimal): -5168 or 13691903. OLE color: 13691903.
HSL color Cylindrical-coordinate representation of color #FFEBD0: hue angle of 34.47º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFEBD0 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 208 | - |
| CMYK | 0 | 0.08 | 0.18 | 0 |
| HSL | 34.47º | 1% | 0.91% | - |
| HSV(B) | 34.47º | 0.18% | 1% | - |
| XYZ | 82.33 | 85.23 | 71.79 | - |
| YUV | 237.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 208 | 0 | 0.08 | 0.18 | 0 | 34.47 | 1 | 0.91 |
| Hex | FF | EB | D0 | 0 | 8 | 12 | 0 | 22 | 64 | 5B |
| Octal | 377 | 353 | 320 | 0 | 10 | 22 | 0 | 42 | 144 | 133 |
| Binary | 11111111 | 11101011 | 11010000 | 0 | 1000 | 10010 | 0 | 100010 | 1100100 | 1011011 |
Color Harmonies of #FFEBD0
Complementary color
Monochromatic Colors of #FFEBD0
Black with #FFEBD0
Text Example
Text Example
White with #FFEBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBD0; }
p { color: rgb(255,235,208); }
H1.HeaderClassName
{
color: #FFEBD0;
}
.AnyTagClassName
{
color: #FFEBD0;
}
</style>
background-color css
<style>
a { background-color: #FFEBD0; }
a { background-color: rgb(255,235,208); }
div.DivClassName
{
background-color: #FFEBD0;
}
.BgClassName
{
background-color: #FFEBD0;
}
</style>
border-color css
<style>
span { border-color: #FFEBD0; }
span { border-color: rgb(255,235,208); }
td.TdClassName
{
border-color: #FFEBD0;
}
.TagClassName
{
border-color: #FFEBD0;
}
</style>