Shades of Blanched Almond #FEEBCF
Tints of Blanched Almond #FEEBCF
RGB
CMYK
RGB Variations
Color information
#FEEBCF (or 0xFEEBCF) is known color: Blanched Almond. HEX triplet: FE, EB and CF. RGB value is (254,235,207). Sum of RGB (Red+Green+Blue) = 254+235+207=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 207 (81.25% from 255 or 29.74% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBCF is #011430. Grayscale: #EDEDED. Windows color (decimal): -70705 or 13626366. OLE color: 13626366.
HSL color Cylindrical-coordinate representation of color #FEEBCF: hue angle of 35.74º 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 #FEEBCF is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 207 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.00 |
| HSL | 35.74º | 0.96% | 0.9% | - |
| HSV(B) | 35.74º | 0.19% | 1% | - |
| XYZ | 81.84 | 84.99 | 71.12 | - |
| YUV | 237.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 207 | 0 | 0.07 | 0.19 | 0.00 | 35.74 | 0.96 | 0.9 |
| Hex | FE | EB | CF | 0 | 7 | 13 | 0 | 24 | 60 | 5A |
| Octal | 376 | 353 | 317 | 0 | 7 | 23 | 0 | 44 | 140 | 132 |
| Binary | 11111110 | 11101011 | 11001111 | 0 | 111 | 10011 | 0 | 100100 | 1100000 | 1011010 |
Color Harmonies of #FEEBCF
Complementary color
Monochromatic Colors of #FEEBCF
Black with #FEEBCF
Text Example
Text Example
White with #FEEBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBCF; }
p { color: rgb(254,235,207); }
H1.HeaderClassName
{
color: #FEEBCF;
}
.AnyTagClassName
{
color: #FEEBCF;
}
</style>
background-color css
<style>
a { background-color: #FEEBCF; }
a { background-color: rgb(254,235,207); }
div.DivClassName
{
background-color: #FEEBCF;
}
.BgClassName
{
background-color: #FEEBCF;
}
</style>
border-color css
<style>
span { border-color: #FEEBCF; }
span { border-color: rgb(254,235,207); }
td.TdClassName
{
border-color: #FEEBCF;
}
.TagClassName
{
border-color: #FEEBCF;
}
</style>