Shades of Blanched Almond #FAE9CE
Tints of Blanched Almond #FAE9CE
RGB
CMYK
RGB Variations
Color information
#FAE9CE (or 0xFAE9CE) is known color: Blanched Almond. HEX triplet: FA, E9 and CE. RGB value is (250,233,206). Sum of RGB (Red+Green+Blue) = 250+233+206=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 206 (80.86% from 255 or 29.90% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9CE is #051631. Grayscale: #EBEBEB. Windows color (decimal): -333362 or 13560314. OLE color: 13560314.
HSL color Cylindrical-coordinate representation of color #FAE9CE: hue angle of 36.82º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAE9CE is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 206 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.02 |
| HSL | 36.82º | 0.81% | 0.89% | - |
| HSV(B) | 36.82º | 0.18% | 0.98% | - |
| XYZ | 79.7 | 83.06 | 70.22 | - |
| YUV | 235.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 206 | 0 | 0.07 | 0.18 | 0.02 | 36.82 | 0.81 | 0.89 |
| Hex | FA | E9 | CE | 0 | 7 | 12 | 2 | 25 | 51 | 59 |
| Octal | 372 | 351 | 316 | 0 | 7 | 22 | 2 | 45 | 121 | 131 |
| Binary | 11111010 | 11101001 | 11001110 | 0 | 111 | 10010 | 10 | 100101 | 1010001 | 1011001 |
Color Harmonies of #FAE9CE
Complementary color
Monochromatic Colors of #FAE9CE
Black with #FAE9CE
Text Example
Text Example
White with #FAE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE9CE; }
p { color: rgb(250,233,206); }
H1.HeaderClassName
{
color: #FAE9CE;
}
.AnyTagClassName
{
color: #FAE9CE;
}
</style>
background-color css
<style>
a { background-color: #FAE9CE; }
a { background-color: rgb(250,233,206); }
div.DivClassName
{
background-color: #FAE9CE;
}
.BgClassName
{
background-color: #FAE9CE;
}
</style>
border-color css
<style>
span { border-color: #FAE9CE; }
span { border-color: rgb(250,233,206); }
td.TdClassName
{
border-color: #FAE9CE;
}
.TagClassName
{
border-color: #FAE9CE;
}
</style>