Shades of Blanched Almond #FEEBCD
Tints of Blanched Almond #FEEBCD
RGB
CMYK
RGB Variations
Color information
#FEEBCD (or 0xFEEBCD) is known color: Blanched Almond. HEX triplet: FE, EB and CD. RGB value is (254,235,205). Sum of RGB (Red+Green+Blue) = 254+235+205=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 205 (80.47% from 255 or 29.54% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBCD is #011432. Grayscale: #EDEDED. Windows color (decimal): -70707 or 13495294. OLE color: 13495294.
HSL color Cylindrical-coordinate representation of color #FEEBCD: hue angle of 36.73º 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 #FEEBCD is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 205 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.00 |
| HSL | 36.73º | 0.96% | 0.9% | - |
| HSV(B) | 36.73º | 0.19% | 1% | - |
| XYZ | 81.6 | 84.9 | 69.84 | - |
| YUV | 237.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 205 | 0 | 0.07 | 0.19 | 0.00 | 36.73 | 0.96 | 0.9 |
| Hex | FE | EB | CD | 0 | 7 | 13 | 0 | 25 | 60 | 5A |
| Octal | 376 | 353 | 315 | 0 | 7 | 23 | 0 | 45 | 140 | 132 |
| Binary | 11111110 | 11101011 | 11001101 | 0 | 111 | 10011 | 0 | 100101 | 1100000 | 1011010 |
Color Harmonies of #FEEBCD
Complementary color
Monochromatic Colors of #FEEBCD
Black with #FEEBCD
Text Example
Text Example
White with #FEEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBCD; }
p { color: rgb(254,235,205); }
H1.HeaderClassName
{
color: #FEEBCD;
}
.AnyTagClassName
{
color: #FEEBCD;
}
</style>
background-color css
<style>
a { background-color: #FEEBCD; }
a { background-color: rgb(254,235,205); }
div.DivClassName
{
background-color: #FEEBCD;
}
.BgClassName
{
background-color: #FEEBCD;
}
</style>
border-color css
<style>
span { border-color: #FEEBCD; }
span { border-color: rgb(254,235,205); }
td.TdClassName
{
border-color: #FEEBCD;
}
.TagClassName
{
border-color: #FEEBCD;
}
</style>