Shades of Blanched Almond #FEEAC8
Tints of Blanched Almond #FEEAC8
RGB
CMYK
RGB Variations
Color information
#FEEAC8 (or 0xFEEAC8) is known color: Blanched Almond. HEX triplet: FE, EA and C8. RGB value is (254,234,200). Sum of RGB (Red+Green+Blue) = 254+234+200=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 200 (78.52% from 255 or 29.07% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAC8 is #011537. Grayscale: #ECECEC. Windows color (decimal): -70968 or 13167358. OLE color: 13167358.
HSL color Cylindrical-coordinate representation of color #FEEAC8: hue angle of 37.78º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEEAC8 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 200 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.00 |
| HSL | 37.78º | 0.96% | 0.89% | - |
| HSV(B) | 37.78º | 0.21% | 1% | - |
| XYZ | 80.72 | 84.09 | 66.62 | - |
| YUV | 236.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 200 | 0 | 0.08 | 0.21 | 0.00 | 37.78 | 0.96 | 0.89 |
| Hex | FE | EA | C8 | 0 | 8 | 15 | 0 | 26 | 60 | 59 |
| Octal | 376 | 352 | 310 | 0 | 10 | 25 | 0 | 46 | 140 | 131 |
| Binary | 11111110 | 11101010 | 11001000 | 0 | 1000 | 10101 | 0 | 100110 | 1100000 | 1011001 |
Color Harmonies of #FEEAC8
Complementary color
Monochromatic Colors of #FEEAC8
Black with #FEEAC8
Text Example
Text Example
White with #FEEAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAC8; }
p { color: rgb(254,234,200); }
H1.HeaderClassName
{
color: #FEEAC8;
}
.AnyTagClassName
{
color: #FEEAC8;
}
</style>
background-color css
<style>
a { background-color: #FEEAC8; }
a { background-color: rgb(254,234,200); }
div.DivClassName
{
background-color: #FEEAC8;
}
.BgClassName
{
background-color: #FEEAC8;
}
</style>
border-color css
<style>
span { border-color: #FEEAC8; }
span { border-color: rgb(254,234,200); }
td.TdClassName
{
border-color: #FEEAC8;
}
.TagClassName
{
border-color: #FEEAC8;
}
</style>