Shades of Blanched Almond #FFEBCC
Tints of Blanched Almond #FFEBCC
RGB
CMYK
RGB Variations
Color information
#FFEBCC (or 0xFFEBCC) is known color: Blanched Almond. HEX triplet: FF, EB and CC. RGB value is (255,235,204). Sum of RGB (Red+Green+Blue) = 255+235+204=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 204 (80.08% from 255 or 29.39% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBCC is #001433. Grayscale: #EDEDED. Windows color (decimal): -5172 or 13429759. OLE color: 13429759.
HSL color Cylindrical-coordinate representation of color #FFEBCC: hue angle of 36.47º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFEBCC is Cyan = 0, Magento = 0.08, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 204 | - |
| CMYK | 0 | 0.08 | 0.2 | 0 |
| HSL | 36.47º | 1% | 0.9% | - |
| HSV(B) | 36.47º | 0.2% | 1% | - |
| XYZ | 81.85 | 85.04 | 69.23 | - |
| YUV | 237.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 204 | 0 | 0.08 | 0.2 | 0 | 36.47 | 1 | 0.9 |
| Hex | FF | EB | CC | 0 | 8 | 14 | 0 | 24 | 64 | 5A |
| Octal | 377 | 353 | 314 | 0 | 10 | 24 | 0 | 44 | 144 | 132 |
| Binary | 11111111 | 11101011 | 11001100 | 0 | 1000 | 10100 | 0 | 100100 | 1100100 | 1011010 |
Color Harmonies of #FFEBCC
Complementary color
Monochromatic Colors of #FFEBCC
Black with #FFEBCC
Text Example
Text Example
White with #FFEBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBCC; }
p { color: rgb(255,235,204); }
H1.HeaderClassName
{
color: #FFEBCC;
}
.AnyTagClassName
{
color: #FFEBCC;
}
</style>
background-color css
<style>
a { background-color: #FFEBCC; }
a { background-color: rgb(255,235,204); }
div.DivClassName
{
background-color: #FFEBCC;
}
.BgClassName
{
background-color: #FFEBCC;
}
</style>
border-color css
<style>
span { border-color: #FFEBCC; }
span { border-color: rgb(255,235,204); }
td.TdClassName
{
border-color: #FFEBCC;
}
.TagClassName
{
border-color: #FFEBCC;
}
</style>