Shades of Blanched Almond #FEECD0
Tints of Blanched Almond #FEECD0
RGB
CMYK
RGB Variations
Color information
#FEECD0 (or 0xFEECD0) is known color: Blanched Almond. HEX triplet: FE, EC and D0. RGB value is (254,236,208). Sum of RGB (Red+Green+Blue) = 254+236+208=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 208 (81.64% from 255 or 29.80% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECD0 is #01132F. Grayscale: #EEEEEE. Windows color (decimal): -70448 or 13692158. OLE color: 13692158.
HSL color Cylindrical-coordinate representation of color #FEECD0: hue angle of 36.52º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEECD0 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 208 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.00 |
| HSL | 36.52º | 0.96% | 0.91% | - |
| HSV(B) | 36.52º | 0.18% | 1% | - |
| XYZ | 82.25 | 85.62 | 71.86 | - |
| YUV | 238.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 208 | 0 | 0.07 | 0.18 | 0.00 | 36.52 | 0.96 | 0.91 |
| Hex | FE | EC | D0 | 0 | 7 | 12 | 0 | 25 | 60 | 5B |
| Octal | 376 | 354 | 320 | 0 | 7 | 22 | 0 | 45 | 140 | 133 |
| Binary | 11111110 | 11101100 | 11010000 | 0 | 111 | 10010 | 0 | 100101 | 1100000 | 1011011 |
Color Harmonies of #FEECD0
Complementary color
Monochromatic Colors of #FEECD0
Black with #FEECD0
Text Example
Text Example
White with #FEECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECD0; }
p { color: rgb(254,236,208); }
H1.HeaderClassName
{
color: #FEECD0;
}
.AnyTagClassName
{
color: #FEECD0;
}
</style>
background-color css
<style>
a { background-color: #FEECD0; }
a { background-color: rgb(254,236,208); }
div.DivClassName
{
background-color: #FEECD0;
}
.BgClassName
{
background-color: #FEECD0;
}
</style>
border-color css
<style>
span { border-color: #FEECD0; }
span { border-color: rgb(254,236,208); }
td.TdClassName
{
border-color: #FEECD0;
}
.TagClassName
{
border-color: #FEECD0;
}
</style>