Shades of Blanched Almond #FEEBC9
Tints of Blanched Almond #FEEBC9
RGB
CMYK
RGB Variations
Color information
#FEEBC9 (or 0xFEEBC9) is known color: Blanched Almond. HEX triplet: FE, EB and C9. RGB value is (254,235,201). Sum of RGB (Red+Green+Blue) = 254+235+201=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 201 (78.91% from 255 or 29.13% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBC9 is #011436. Grayscale: #ECECEC. Windows color (decimal): -70711 or 13233150. OLE color: 13233150.
HSL color Cylindrical-coordinate representation of color #FEEBC9: hue angle of 38.49º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEEBC9 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 201 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.00 |
| HSL | 38.49º | 0.96% | 0.89% | - |
| HSV(B) | 38.49º | 0.21% | 1% | - |
| XYZ | 81.12 | 84.7 | 67.33 | - |
| YUV | 236.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 201 | 0 | 0.07 | 0.21 | 0.00 | 38.49 | 0.96 | 0.89 |
| Hex | FE | EB | C9 | 0 | 7 | 15 | 0 | 26 | 60 | 59 |
| Octal | 376 | 353 | 311 | 0 | 7 | 25 | 0 | 46 | 140 | 131 |
| Binary | 11111110 | 11101011 | 11001001 | 0 | 111 | 10101 | 0 | 100110 | 1100000 | 1011001 |
Color Harmonies of #FEEBC9
Complementary color
Monochromatic Colors of #FEEBC9
Black with #FEEBC9
Text Example
Text Example
White with #FEEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBC9; }
p { color: rgb(254,235,201); }
H1.HeaderClassName
{
color: #FEEBC9;
}
.AnyTagClassName
{
color: #FEEBC9;
}
</style>
background-color css
<style>
a { background-color: #FEEBC9; }
a { background-color: rgb(254,235,201); }
div.DivClassName
{
background-color: #FEEBC9;
}
.BgClassName
{
background-color: #FEEBC9;
}
</style>
border-color css
<style>
span { border-color: #FEEBC9; }
span { border-color: rgb(254,235,201); }
td.TdClassName
{
border-color: #FEEBC9;
}
.TagClassName
{
border-color: #FEEBC9;
}
</style>