Shades of Blanched Almond #FFEBD2
Tints of Blanched Almond #FFEBD2
RGB
CMYK
RGB Variations
Color information
#FFEBD2 (or 0xFFEBD2) is known color: Blanched Almond. HEX triplet: FF, EB and D2. RGB value is (255,235,210). Sum of RGB (Red+Green+Blue) = 255+235+210=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 210 (82.42% from 255 or 30% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBD2 is #00142D. Grayscale: #EEEEEE. Windows color (decimal): -5166 or 13822975. OLE color: 13822975.
HSL color Cylindrical-coordinate representation of color #FFEBD2: hue angle of 33.33º 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 #FFEBD2 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 210 | - |
| CMYK | 0 | 0.08 | 0.18 | 0 |
| HSL | 33.33º | 1% | 0.91% | - |
| HSV(B) | 33.33º | 0.18% | 1% | - |
| XYZ | 82.58 | 85.33 | 73.09 | - |
| YUV | 238.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 210 | 0 | 0.08 | 0.18 | 0 | 33.33 | 1 | 0.91 |
| Hex | FF | EB | D2 | 0 | 8 | 12 | 0 | 21 | 64 | 5B |
| Octal | 377 | 353 | 322 | 0 | 10 | 22 | 0 | 41 | 144 | 133 |
| Binary | 11111111 | 11101011 | 11010010 | 0 | 1000 | 10010 | 0 | 100001 | 1100100 | 1011011 |
Color Harmonies of #FFEBD2
Complementary color
Monochromatic Colors of #FFEBD2
Black with #FFEBD2
Text Example
Text Example
White with #FFEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBD2; }
p { color: rgb(255,235,210); }
H1.HeaderClassName
{
color: #FFEBD2;
}
.AnyTagClassName
{
color: #FFEBD2;
}
</style>
background-color css
<style>
a { background-color: #FFEBD2; }
a { background-color: rgb(255,235,210); }
div.DivClassName
{
background-color: #FFEBD2;
}
.BgClassName
{
background-color: #FFEBD2;
}
</style>
border-color css
<style>
span { border-color: #FFEBD2; }
span { border-color: rgb(255,235,210); }
td.TdClassName
{
border-color: #FFEBD2;
}
.TagClassName
{
border-color: #FFEBD2;
}
</style>