Shades of Blanched Almond #FEECCE
Tints of Blanched Almond #FEECCE
RGB
CMYK
RGB Variations
Color information
#FEECCE (or 0xFEECCE) is known color: Blanched Almond. HEX triplet: FE, EC and CE. RGB value is (254,236,206). Sum of RGB (Red+Green+Blue) = 254+236+206=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 206 (80.86% from 255 or 29.60% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECCE is #011331. Grayscale: #EEEEEE. Windows color (decimal): -70450 or 13561086. OLE color: 13561086.
HSL color Cylindrical-coordinate representation of color #FEECCE: hue angle of 37.5º 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 #FEECCE is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 206 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.00 |
| HSL | 37.5º | 0.96% | 0.9% | - |
| HSV(B) | 37.5º | 0.19% | 1% | - |
| XYZ | 82.01 | 85.52 | 70.58 | - |
| YUV | 237.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 206 | 0 | 0.07 | 0.19 | 0.00 | 37.5 | 0.96 | 0.9 |
| Hex | FE | EC | CE | 0 | 7 | 13 | 0 | 26 | 60 | 5A |
| Octal | 376 | 354 | 316 | 0 | 7 | 23 | 0 | 46 | 140 | 132 |
| Binary | 11111110 | 11101100 | 11001110 | 0 | 111 | 10011 | 0 | 100110 | 1100000 | 1011010 |
Color Harmonies of #FEECCE
Complementary color
Monochromatic Colors of #FEECCE
Black with #FEECCE
Text Example
Text Example
White with #FEECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECCE; }
p { color: rgb(254,236,206); }
H1.HeaderClassName
{
color: #FEECCE;
}
.AnyTagClassName
{
color: #FEECCE;
}
</style>
background-color css
<style>
a { background-color: #FEECCE; }
a { background-color: rgb(254,236,206); }
div.DivClassName
{
background-color: #FEECCE;
}
.BgClassName
{
background-color: #FEECCE;
}
</style>
border-color css
<style>
span { border-color: #FEECCE; }
span { border-color: rgb(254,236,206); }
td.TdClassName
{
border-color: #FEECCE;
}
.TagClassName
{
border-color: #FEECCE;
}
</style>