Shades of Blanched Almond #FEECCC
Tints of Blanched Almond #FEECCC
RGB
CMYK
RGB Variations
Color information
#FEECCC (or 0xFEECCC) is known color: Blanched Almond. HEX triplet: FE, EC and CC. RGB value is (254,236,204). Sum of RGB (Red+Green+Blue) = 254+236+204=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 204 (80.08% from 255 or 29.39% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECCC is #011333. Grayscale: #EDEDED. Windows color (decimal): -70452 or 13430014. OLE color: 13430014.
HSL color Cylindrical-coordinate representation of color #FEECCC: hue angle of 38.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEECCC is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 204 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.00 |
| HSL | 38.4º | 0.96% | 0.9% | - |
| HSV(B) | 38.4º | 0.2% | 1% | - |
| XYZ | 81.77 | 85.42 | 69.31 | - |
| YUV | 237.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 204 | 0 | 0.07 | 0.20 | 0.00 | 38.4 | 0.96 | 0.9 |
| Hex | FE | EC | CC | 0 | 7 | 14 | 0 | 26 | 60 | 5A |
| Octal | 376 | 354 | 314 | 0 | 7 | 24 | 0 | 46 | 140 | 132 |
| Binary | 11111110 | 11101100 | 11001100 | 0 | 111 | 10100 | 0 | 100110 | 1100000 | 1011010 |
Color Harmonies of #FEECCC
Complementary color
Monochromatic Colors of #FEECCC
Black with #FEECCC
Text Example
Text Example
White with #FEECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECCC; }
p { color: rgb(254,236,204); }
H1.HeaderClassName
{
color: #FEECCC;
}
.AnyTagClassName
{
color: #FEECCC;
}
</style>
background-color css
<style>
a { background-color: #FEECCC; }
a { background-color: rgb(254,236,204); }
div.DivClassName
{
background-color: #FEECCC;
}
.BgClassName
{
background-color: #FEECCC;
}
</style>
border-color css
<style>
span { border-color: #FEECCC; }
span { border-color: rgb(254,236,204); }
td.TdClassName
{
border-color: #FEECCC;
}
.TagClassName
{
border-color: #FEECCC;
}
</style>