Shades of Blanched Almond #FAE8D0
Tints of Blanched Almond #FAE8D0
RGB
CMYK
RGB Variations
Color information
#FAE8D0 (or 0xFAE8D0) is known color: Blanched Almond. HEX triplet: FA, E8 and D0. RGB value is (250,232,208). Sum of RGB (Red+Green+Blue) = 250+232+208=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 208 (81.64% from 255 or 30.14% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8D0 is #05172F. Grayscale: #EAEAEA. Windows color (decimal): -333616 or 13691130. OLE color: 13691130.
HSL color Cylindrical-coordinate representation of color #FAE8D0: hue angle of 34.29º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAE8D0 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 208 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.02 |
| HSL | 34.29º | 0.81% | 0.9% | - |
| HSV(B) | 34.29º | 0.17% | 0.98% | - |
| XYZ | 79.67 | 82.59 | 71.42 | - |
| YUV | 234.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 208 | 0 | 0.07 | 0.17 | 0.02 | 34.29 | 0.81 | 0.9 |
| Hex | FA | E8 | D0 | 0 | 7 | 11 | 2 | 22 | 51 | 5A |
| Octal | 372 | 350 | 320 | 0 | 7 | 21 | 2 | 42 | 121 | 132 |
| Binary | 11111010 | 11101000 | 11010000 | 0 | 111 | 10001 | 10 | 100010 | 1010001 | 1011010 |
Color Harmonies of #FAE8D0
Complementary color
Monochromatic Colors of #FAE8D0
Black with #FAE8D0
Text Example
Text Example
White with #FAE8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8D0; }
p { color: rgb(250,232,208); }
H1.HeaderClassName
{
color: #FAE8D0;
}
.AnyTagClassName
{
color: #FAE8D0;
}
</style>
background-color css
<style>
a { background-color: #FAE8D0; }
a { background-color: rgb(250,232,208); }
div.DivClassName
{
background-color: #FAE8D0;
}
.BgClassName
{
background-color: #FAE8D0;
}
</style>
border-color css
<style>
span { border-color: #FAE8D0; }
span { border-color: rgb(250,232,208); }
td.TdClassName
{
border-color: #FAE8D0;
}
.TagClassName
{
border-color: #FAE8D0;
}
</style>