Shades of Blanched Almond #FFEBCA
Tints of Blanched Almond #FFEBCA
RGB
CMYK
RGB Variations
Color information
#FFEBCA (or 0xFFEBCA) is known color: Blanched Almond. HEX triplet: FF, EB and CA. RGB value is (255,235,202). Sum of RGB (Red+Green+Blue) = 255+235+202=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 202 (79.30% from 255 or 29.19% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBCA is #001435. Grayscale: #EDEDED. Windows color (decimal): -5174 or 13298687. OLE color: 13298687.
HSL color Cylindrical-coordinate representation of color #FFEBCA: hue angle of 37.36º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFEBCA is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 202 | - |
| CMYK | 0 | 0.08 | 0.21 | 0 |
| HSL | 37.36º | 1% | 0.9% | - |
| HSV(B) | 37.36º | 0.21% | 1% | - |
| XYZ | 81.61 | 84.94 | 67.97 | - |
| YUV | 237.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 202 | 0 | 0.08 | 0.21 | 0 | 37.36 | 1 | 0.9 |
| Hex | FF | EB | CA | 0 | 8 | 15 | 0 | 25 | 64 | 5A |
| Octal | 377 | 353 | 312 | 0 | 10 | 25 | 0 | 45 | 144 | 132 |
| Binary | 11111111 | 11101011 | 11001010 | 0 | 1000 | 10101 | 0 | 100101 | 1100100 | 1011010 |
Color Harmonies of #FFEBCA
Complementary color
Monochromatic Colors of #FFEBCA
Black with #FFEBCA
Text Example
Text Example
White with #FFEBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBCA; }
p { color: rgb(255,235,202); }
H1.HeaderClassName
{
color: #FFEBCA;
}
.AnyTagClassName
{
color: #FFEBCA;
}
</style>
background-color css
<style>
a { background-color: #FFEBCA; }
a { background-color: rgb(255,235,202); }
div.DivClassName
{
background-color: #FFEBCA;
}
.BgClassName
{
background-color: #FFEBCA;
}
</style>
border-color css
<style>
span { border-color: #FFEBCA; }
span { border-color: rgb(255,235,202); }
td.TdClassName
{
border-color: #FFEBCA;
}
.TagClassName
{
border-color: #FFEBCA;
}
</style>