Shades of Blanched Almond #FEEACB
Tints of Blanched Almond #FEEACB
RGB
CMYK
RGB Variations
Color information
#FEEACB (or 0xFEEACB) is known color: Blanched Almond. HEX triplet: FE, EA and CB. RGB value is (254,234,203). Sum of RGB (Red+Green+Blue) = 254+234+203=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 203 (79.69% from 255 or 29.38% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEACB is #011534. Grayscale: #ECECEC. Windows color (decimal): -70965 or 13363966. OLE color: 13363966.
HSL color Cylindrical-coordinate representation of color #FEEACB: hue angle of 36.47º 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 #FEEACB is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 203 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.00 |
| HSL | 36.47º | 0.96% | 0.9% | - |
| HSV(B) | 36.47º | 0.2% | 1% | - |
| XYZ | 81.08 | 84.23 | 68.48 | - |
| YUV | 236.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 203 | 0 | 0.08 | 0.20 | 0.00 | 36.47 | 0.96 | 0.9 |
| Hex | FE | EA | CB | 0 | 8 | 14 | 0 | 24 | 60 | 5A |
| Octal | 376 | 352 | 313 | 0 | 10 | 24 | 0 | 44 | 140 | 132 |
| Binary | 11111110 | 11101010 | 11001011 | 0 | 1000 | 10100 | 0 | 100100 | 1100000 | 1011010 |
Color Harmonies of #FEEACB
Complementary color
Monochromatic Colors of #FEEACB
Black with #FEEACB
Text Example
Text Example
White with #FEEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEACB; }
p { color: rgb(254,234,203); }
H1.HeaderClassName
{
color: #FEEACB;
}
.AnyTagClassName
{
color: #FEEACB;
}
</style>
background-color css
<style>
a { background-color: #FEEACB; }
a { background-color: rgb(254,234,203); }
div.DivClassName
{
background-color: #FEEACB;
}
.BgClassName
{
background-color: #FEEACB;
}
</style>
border-color css
<style>
span { border-color: #FEEACB; }
span { border-color: rgb(254,234,203); }
td.TdClassName
{
border-color: #FEEACB;
}
.TagClassName
{
border-color: #FEEACB;
}
</style>