Shades of Blanched Almond #FFEBC9
Tints of Blanched Almond #FFEBC9
RGB
CMYK
RGB Variations
Color information
#FFEBC9 (or 0xFFEBC9) is known color: Blanched Almond. HEX triplet: FF, EB and C9. RGB value is (255,235,201). Sum of RGB (Red+Green+Blue) = 255+235+201=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 201 (78.91% from 255 or 29.09% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBC9 is #001436. Grayscale: #EDEDED. Windows color (decimal): -5175 or 13233151. OLE color: 13233151.
HSL color Cylindrical-coordinate representation of color #FFEBC9: hue angle of 37.78º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFEBC9 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 201 | - |
| CMYK | 0 | 0.08 | 0.21 | 0 |
| HSL | 37.78º | 1% | 0.89% | - |
| HSV(B) | 37.78º | 0.21% | 1% | - |
| XYZ | 81.49 | 84.89 | 67.35 | - |
| YUV | 237.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 201 | 0 | 0.08 | 0.21 | 0 | 37.78 | 1 | 0.89 |
| Hex | FF | EB | C9 | 0 | 8 | 15 | 0 | 26 | 64 | 59 |
| Octal | 377 | 353 | 311 | 0 | 10 | 25 | 0 | 46 | 144 | 131 |
| Binary | 11111111 | 11101011 | 11001001 | 0 | 1000 | 10101 | 0 | 100110 | 1100100 | 1011001 |
Color Harmonies of #FFEBC9
Complementary color
Monochromatic Colors of #FFEBC9
Black with #FFEBC9
Text Example
Text Example
White with #FFEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBC9; }
p { color: rgb(255,235,201); }
H1.HeaderClassName
{
color: #FFEBC9;
}
.AnyTagClassName
{
color: #FFEBC9;
}
</style>
background-color css
<style>
a { background-color: #FFEBC9; }
a { background-color: rgb(255,235,201); }
div.DivClassName
{
background-color: #FFEBC9;
}
.BgClassName
{
background-color: #FFEBC9;
}
</style>
border-color css
<style>
span { border-color: #FFEBC9; }
span { border-color: rgb(255,235,201); }
td.TdClassName
{
border-color: #FFEBC9;
}
.TagClassName
{
border-color: #FFEBC9;
}
</style>