Shades of Blanched Almond #FEEACD
Tints of Blanched Almond #FEEACD
RGB
CMYK
RGB Variations
Color information
#FEEACD (or 0xFEEACD) is known color: Blanched Almond. HEX triplet: FE, EA and CD. RGB value is (254,234,205). Sum of RGB (Red+Green+Blue) = 254+234+205=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 205 (80.47% from 255 or 29.58% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEACD is #011532. Grayscale: #ECECEC. Windows color (decimal): -70963 or 13495038. OLE color: 13495038.
HSL color Cylindrical-coordinate representation of color #FEEACD: hue angle of 35.51º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEEACD is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 205 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.00 |
| HSL | 35.51º | 0.96% | 0.9% | - |
| HSV(B) | 35.51º | 0.19% | 1% | - |
| XYZ | 81.32 | 84.32 | 69.75 | - |
| YUV | 236.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 205 | 0 | 0.08 | 0.19 | 0.00 | 35.51 | 0.96 | 0.9 |
| Hex | FE | EA | CD | 0 | 8 | 13 | 0 | 24 | 60 | 5A |
| Octal | 376 | 352 | 315 | 0 | 10 | 23 | 0 | 44 | 140 | 132 |
| Binary | 11111110 | 11101010 | 11001101 | 0 | 1000 | 10011 | 0 | 100100 | 1100000 | 1011010 |
Color Harmonies of #FEEACD
Complementary color
Monochromatic Colors of #FEEACD
Black with #FEEACD
Text Example
Text Example
White with #FEEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEACD; }
p { color: rgb(254,234,205); }
H1.HeaderClassName
{
color: #FEEACD;
}
.AnyTagClassName
{
color: #FEEACD;
}
</style>
background-color css
<style>
a { background-color: #FEEACD; }
a { background-color: rgb(254,234,205); }
div.DivClassName
{
background-color: #FEEACD;
}
.BgClassName
{
background-color: #FEEACD;
}
</style>
border-color css
<style>
span { border-color: #FEEACD; }
span { border-color: rgb(254,234,205); }
td.TdClassName
{
border-color: #FEEACD;
}
.TagClassName
{
border-color: #FEEACD;
}
</style>