Shades of Blanched Almond #FEEACE
Tints of Blanched Almond #FEEACE
RGB
CMYK
RGB Variations
Color information
#FEEACE (or 0xFEEACE) is known color: Blanched Almond. HEX triplet: FE, EA and CE. RGB value is (254,234,206). Sum of RGB (Red+Green+Blue) = 254+234+206=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEACE is #011531. Grayscale: #ECECEC. Windows color (decimal): -70962 or 13560574. OLE color: 13560574.
HSL color Cylindrical-coordinate representation of color #FEEACE: hue angle of 35º 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 #FEEACE is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 234 | 206 | - |
CMYK | 0 | 0.08 | 0.19 | 0.00 |
HSL | 35º | 0.96% | 0.9% | - |
HSV(B) | 35º | 0.19% | 1% | - |
XYZ | 81.44 | 84.37 | 70.39 | - |
YUV | 236.79 | 110.63 | 140.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 234 | 206 | 0 | 0.08 | 0.19 | 0.00 | 35 | 0.96 | 0.9 |
Hex | FE | EA | CE | 0 | 8 | 13 | 0 | 23 | 60 | 5A |
Octal | 376 | 352 | 316 | 0 | 10 | 23 | 0 | 43 | 140 | 132 |
Binary | 11111110 | 11101010 | 11001110 | 0 | 1000 | 10011 | 0 | 100011 | 1100000 | 1011010 |
Color Harmonies of #FEEACE
Complementary color
Monochromatic Colors of #FEEACE
Black with #FEEACE
Text Example
Text Example
White with #FEEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEACE; }
p { color: rgb(254,234,206); }
H1.HeaderClassName
{
color: #FEEACE;
}
.AnyTagClassName
{
color: #FEEACE;
}
</style>
background-color css
<style>
a { background-color: #FEEACE; }
a { background-color: rgb(254,234,206); }
div.DivClassName
{
background-color: #FEEACE;
}
.BgClassName
{
background-color: #FEEACE;
}
</style>
border-color css
<style>
span { border-color: #FEEACE; }
span { border-color: rgb(254,234,206); }
td.TdClassName
{
border-color: #FEEACE;
}
.TagClassName
{
border-color: #FEEACE;
}
</style>