Shades of Blanched Almond #FEECCD
Tints of Blanched Almond #FEECCD
RGB
CMYK
RGB Variations
Color information
#FEECCD (or 0xFEECCD) is known color: Blanched Almond. HEX triplet: FE, EC and CD. RGB value is (254,236,205). Sum of RGB (Red+Green+Blue) = 254+236+205=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 205 (80.47% from 255 or 29.50% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECCD is #011332. Grayscale: #EDEDED. Windows color (decimal): -70451 or 13495550. OLE color: 13495550.
HSL color Cylindrical-coordinate representation of color #FEECCD: hue angle of 37.96º 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 #FEECCD is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 205 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.00 |
| HSL | 37.96º | 0.96% | 0.9% | - |
| HSV(B) | 37.96º | 0.19% | 1% | - |
| XYZ | 81.89 | 85.47 | 69.94 | - |
| YUV | 237.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 205 | 0 | 0.07 | 0.19 | 0.00 | 37.96 | 0.96 | 0.9 |
| Hex | FE | EC | CD | 0 | 7 | 13 | 0 | 26 | 60 | 5A |
| Octal | 376 | 354 | 315 | 0 | 7 | 23 | 0 | 46 | 140 | 132 |
| Binary | 11111110 | 11101100 | 11001101 | 0 | 111 | 10011 | 0 | 100110 | 1100000 | 1011010 |
Color Harmonies of #FEECCD
Complementary color
Monochromatic Colors of #FEECCD
Black with #FEECCD
Text Example
Text Example
White with #FEECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECCD; }
p { color: rgb(254,236,205); }
H1.HeaderClassName
{
color: #FEECCD;
}
.AnyTagClassName
{
color: #FEECCD;
}
</style>
background-color css
<style>
a { background-color: #FEECCD; }
a { background-color: rgb(254,236,205); }
div.DivClassName
{
background-color: #FEECCD;
}
.BgClassName
{
background-color: #FEECCD;
}
</style>
border-color css
<style>
span { border-color: #FEECCD; }
span { border-color: rgb(254,236,205); }
td.TdClassName
{
border-color: #FEECCD;
}
.TagClassName
{
border-color: #FEECCD;
}
</style>