Shades of Blanched Almond #FEEBD2
Tints of Blanched Almond #FEEBD2
RGB
CMYK
RGB Variations
Color information
#FEEBD2 (or 0xFEEBD2) is known color: Blanched Almond. HEX triplet: FE, EB and D2. RGB value is (254,235,210). Sum of RGB (Red+Green+Blue) = 254+235+210=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 210 (82.42% from 255 or 30.04% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBD2 is #01142D. Grayscale: #EDEDED. Windows color (decimal): -70702 or 13822974. OLE color: 13822974.
HSL color Cylindrical-coordinate representation of color #FEEBD2: hue angle of 34.09º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEEBD2 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 210 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.00 |
| HSL | 34.09º | 0.96% | 0.91% | - |
| HSV(B) | 34.09º | 0.17% | 1% | - |
| XYZ | 82.21 | 85.14 | 73.07 | - |
| YUV | 237.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 210 | 0 | 0.07 | 0.17 | 0.00 | 34.09 | 0.96 | 0.91 |
| Hex | FE | EB | D2 | 0 | 7 | 11 | 0 | 22 | 60 | 5B |
| Octal | 376 | 353 | 322 | 0 | 7 | 21 | 0 | 42 | 140 | 133 |
| Binary | 11111110 | 11101011 | 11010010 | 0 | 111 | 10001 | 0 | 100010 | 1100000 | 1011011 |
Color Harmonies of #FEEBD2
Complementary color
Monochromatic Colors of #FEEBD2
Black with #FEEBD2
Text Example
Text Example
White with #FEEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBD2; }
p { color: rgb(254,235,210); }
H1.HeaderClassName
{
color: #FEEBD2;
}
.AnyTagClassName
{
color: #FEEBD2;
}
</style>
background-color css
<style>
a { background-color: #FEEBD2; }
a { background-color: rgb(254,235,210); }
div.DivClassName
{
background-color: #FEEBD2;
}
.BgClassName
{
background-color: #FEEBD2;
}
</style>
border-color css
<style>
span { border-color: #FEEBD2; }
span { border-color: rgb(254,235,210); }
td.TdClassName
{
border-color: #FEEBD2;
}
.TagClassName
{
border-color: #FEEBD2;
}
</style>