Shades of Blanched Almond #FEEACC
Tints of Blanched Almond #FEEACC
RGB
CMYK
RGB Variations
Color information
#FEEACC (or 0xFEEACC) is known color: Blanched Almond. HEX triplet: FE, EA and CC. RGB value is (254,234,204). Sum of RGB (Red+Green+Blue) = 254+234+204=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 204 (80.08% from 255 or 29.48% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEACC is #011533. Grayscale: #ECECEC. Windows color (decimal): -70964 or 13429502. OLE color: 13429502.
HSL color Cylindrical-coordinate representation of color #FEEACC: hue angle of 36º 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 #FEEACC is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 204 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.00 |
| HSL | 36º | 0.96% | 0.9% | - |
| HSV(B) | 36º | 0.2% | 1% | - |
| XYZ | 81.19 | 84.28 | 69.11 | - |
| YUV | 236.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 204 | 0 | 0.08 | 0.20 | 0.00 | 36 | 0.96 | 0.9 |
| Hex | FE | EA | CC | 0 | 8 | 14 | 0 | 24 | 60 | 5A |
| Octal | 376 | 352 | 314 | 0 | 10 | 24 | 0 | 44 | 140 | 132 |
| Binary | 11111110 | 11101010 | 11001100 | 0 | 1000 | 10100 | 0 | 100100 | 1100000 | 1011010 |
Color Harmonies of #FEEACC
Complementary color
Monochromatic Colors of #FEEACC
Black with #FEEACC
Text Example
Text Example
White with #FEEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEACC; }
p { color: rgb(254,234,204); }
H1.HeaderClassName
{
color: #FEEACC;
}
.AnyTagClassName
{
color: #FEEACC;
}
</style>
background-color css
<style>
a { background-color: #FEEACC; }
a { background-color: rgb(254,234,204); }
div.DivClassName
{
background-color: #FEEACC;
}
.BgClassName
{
background-color: #FEEACC;
}
</style>
border-color css
<style>
span { border-color: #FEEACC; }
span { border-color: rgb(254,234,204); }
td.TdClassName
{
border-color: #FEEACC;
}
.TagClassName
{
border-color: #FEEACC;
}
</style>