Shades of Blanched Almond #FFEACB
Tints of Blanched Almond #FFEACB
RGB
CMYK
RGB Variations
Color information
#FFEACB (or 0xFFEACB) is known color: Blanched Almond. HEX triplet: FF, EA and CB. RGB value is (255,234,203). Sum of RGB (Red+Green+Blue) = 255+234+203=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 203 (79.69% from 255 or 29.34% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEACB is #001534. Grayscale: #ECECEC. Windows color (decimal): -5429 or 13363967. OLE color: 13363967.
HSL color Cylindrical-coordinate representation of color #FFEACB: hue angle of 35.77º 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 #FFEACB is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 203 | - |
| CMYK | 0 | 0.08 | 0.20 | 0 |
| HSL | 35.77º | 1% | 0.9% | - |
| HSV(B) | 35.77º | 0.2% | 1% | - |
| XYZ | 81.44 | 84.42 | 68.5 | - |
| YUV | 236.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 203 | 0 | 0.08 | 0.20 | 0 | 35.77 | 1 | 0.9 |
| Hex | FF | EA | CB | 0 | 8 | 14 | 0 | 24 | 64 | 5A |
| Octal | 377 | 352 | 313 | 0 | 10 | 24 | 0 | 44 | 144 | 132 |
| Binary | 11111111 | 11101010 | 11001011 | 0 | 1000 | 10100 | 0 | 100100 | 1100100 | 1011010 |
Color Harmonies of #FFEACB
Complementary color
Monochromatic Colors of #FFEACB
Black with #FFEACB
Text Example
Text Example
White with #FFEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEACB; }
p { color: rgb(255,234,203); }
H1.HeaderClassName
{
color: #FFEACB;
}
.AnyTagClassName
{
color: #FFEACB;
}
</style>
background-color css
<style>
a { background-color: #FFEACB; }
a { background-color: rgb(255,234,203); }
div.DivClassName
{
background-color: #FFEACB;
}
.BgClassName
{
background-color: #FFEACB;
}
</style>
border-color css
<style>
span { border-color: #FFEACB; }
span { border-color: rgb(255,234,203); }
td.TdClassName
{
border-color: #FFEACB;
}
.TagClassName
{
border-color: #FFEACB;
}
</style>