Shades of Blanched Almond #FFEACC
Tints of Blanched Almond #FFEACC
RGB
CMYK
RGB Variations
Color information
#FFEACC (or 0xFFEACC) is known color: Blanched Almond. HEX triplet: FF, EA and CC. RGB value is (255,234,204). Sum of RGB (Red+Green+Blue) = 255+234+204=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 204 (80.08% from 255 or 29.44% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEACC is #001533. Grayscale: #EDEDED. Windows color (decimal): -5428 or 13429503. OLE color: 13429503.
HSL color Cylindrical-coordinate representation of color #FFEACC: hue angle of 35.29º 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 #FFEACC is Cyan = 0, Magento = 0.08, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 204 | - |
| CMYK | 0 | 0.08 | 0.2 | 0 |
| HSL | 35.29º | 1% | 0.9% | - |
| HSV(B) | 35.29º | 0.2% | 1% | - |
| XYZ | 81.56 | 84.47 | 69.13 | - |
| YUV | 236.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 204 | 0 | 0.08 | 0.2 | 0 | 35.29 | 1 | 0.9 |
| Hex | FF | EA | CC | 0 | 8 | 14 | 0 | 23 | 64 | 5A |
| Octal | 377 | 352 | 314 | 0 | 10 | 24 | 0 | 43 | 144 | 132 |
| Binary | 11111111 | 11101010 | 11001100 | 0 | 1000 | 10100 | 0 | 100011 | 1100100 | 1011010 |
Color Harmonies of #FFEACC
Complementary color
Monochromatic Colors of #FFEACC
Black with #FFEACC
Text Example
Text Example
White with #FFEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEACC; }
p { color: rgb(255,234,204); }
H1.HeaderClassName
{
color: #FFEACC;
}
.AnyTagClassName
{
color: #FFEACC;
}
</style>
background-color css
<style>
a { background-color: #FFEACC; }
a { background-color: rgb(255,234,204); }
div.DivClassName
{
background-color: #FFEACC;
}
.BgClassName
{
background-color: #FFEACC;
}
</style>
border-color css
<style>
span { border-color: #FFEACC; }
span { border-color: rgb(255,234,204); }
td.TdClassName
{
border-color: #FFEACC;
}
.TagClassName
{
border-color: #FFEACC;
}
</style>