Shades of Blanched Almond #FFEAC6
Tints of Blanched Almond #FFEAC6
RGB
CMYK
RGB Variations
Color information
#FFEAC6 (or 0xFFEAC6) is known color: Blanched Almond. HEX triplet: FF, EA and C6. RGB value is (255,234,198). Sum of RGB (Red+Green+Blue) = 255+234+198=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 198 (77.73% from 255 or 28.82% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAC6 is #001539. Grayscale: #ECECEC. Windows color (decimal): -5434 or 13036287. OLE color: 13036287.
HSL color Cylindrical-coordinate representation of color #FFEAC6: hue angle of 37.89º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFEAC6 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 198 | - |
| CMYK | 0 | 0.08 | 0.22 | 0 |
| HSL | 37.89º | 1% | 0.89% | - |
| HSV(B) | 37.89º | 0.22% | 1% | - |
| XYZ | 80.86 | 84.18 | 65.41 | - |
| YUV | 236.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 198 | 0 | 0.08 | 0.22 | 0 | 37.89 | 1 | 0.89 |
| Hex | FF | EA | C6 | 0 | 8 | 16 | 0 | 26 | 64 | 59 |
| Octal | 377 | 352 | 306 | 0 | 10 | 26 | 0 | 46 | 144 | 131 |
| Binary | 11111111 | 11101010 | 11000110 | 0 | 1000 | 10110 | 0 | 100110 | 1100100 | 1011001 |
Color Harmonies of #FFEAC6
Complementary color
Monochromatic Colors of #FFEAC6
Black with #FFEAC6
Text Example
Text Example
White with #FFEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAC6; }
p { color: rgb(255,234,198); }
H1.HeaderClassName
{
color: #FFEAC6;
}
.AnyTagClassName
{
color: #FFEAC6;
}
</style>
background-color css
<style>
a { background-color: #FFEAC6; }
a { background-color: rgb(255,234,198); }
div.DivClassName
{
background-color: #FFEAC6;
}
.BgClassName
{
background-color: #FFEAC6;
}
</style>
border-color css
<style>
span { border-color: #FFEAC6; }
span { border-color: rgb(255,234,198); }
td.TdClassName
{
border-color: #FFEAC6;
}
.TagClassName
{
border-color: #FFEAC6;
}
</style>