Shades of Blanched Almond #FEEAC7
Tints of Blanched Almond #FEEAC7
RGB
CMYK
RGB Variations
Color information
#FEEAC7 (or 0xFEEAC7) is known color: Blanched Almond. HEX triplet: FE, EA and C7. RGB value is (254,234,199). Sum of RGB (Red+Green+Blue) = 254+234+199=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 199 (78.12% from 255 or 28.97% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAC7 is #011538. Grayscale: #ECECEC. Windows color (decimal): -70969 or 13101822. OLE color: 13101822.
HSL color Cylindrical-coordinate representation of color #FEEAC7: hue angle of 38.18º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEEAC7 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 199 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.00 |
| HSL | 38.18º | 0.96% | 0.89% | - |
| HSV(B) | 38.18º | 0.22% | 1% | - |
| XYZ | 80.6 | 84.04 | 66.01 | - |
| YUV | 235.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 199 | 0 | 0.08 | 0.22 | 0.00 | 38.18 | 0.96 | 0.89 |
| Hex | FE | EA | C7 | 0 | 8 | 16 | 0 | 26 | 60 | 59 |
| Octal | 376 | 352 | 307 | 0 | 10 | 26 | 0 | 46 | 140 | 131 |
| Binary | 11111110 | 11101010 | 11000111 | 0 | 1000 | 10110 | 0 | 100110 | 1100000 | 1011001 |
Color Harmonies of #FEEAC7
Complementary color
Monochromatic Colors of #FEEAC7
Black with #FEEAC7
Text Example
Text Example
White with #FEEAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAC7; }
p { color: rgb(254,234,199); }
H1.HeaderClassName
{
color: #FEEAC7;
}
.AnyTagClassName
{
color: #FEEAC7;
}
</style>
background-color css
<style>
a { background-color: #FEEAC7; }
a { background-color: rgb(254,234,199); }
div.DivClassName
{
background-color: #FEEAC7;
}
.BgClassName
{
background-color: #FEEAC7;
}
</style>
border-color css
<style>
span { border-color: #FEEAC7; }
span { border-color: rgb(254,234,199); }
td.TdClassName
{
border-color: #FEEAC7;
}
.TagClassName
{
border-color: #FEEAC7;
}
</style>