Shades of Blanched Almond #FAE8CF
Tints of Blanched Almond #FAE8CF
RGB
CMYK
RGB Variations
Color information
#FAE8CF (or 0xFAE8CF) is known color: Blanched Almond. HEX triplet: FA, E8 and CF. RGB value is (250,232,207). Sum of RGB (Red+Green+Blue) = 250+232+207=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 207 (81.25% from 255 or 30.04% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8CF is #051730. Grayscale: #EAEAEA. Windows color (decimal): -333617 or 13625594. OLE color: 13625594.
HSL color Cylindrical-coordinate representation of color #FAE8CF: hue angle of 34.88º 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 #FAE8CF is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 207 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.02 |
| HSL | 34.88º | 0.81% | 0.9% | - |
| HSV(B) | 34.88º | 0.17% | 0.98% | - |
| XYZ | 79.54 | 82.54 | 70.77 | - |
| YUV | 234.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 207 | 0 | 0.07 | 0.17 | 0.02 | 34.88 | 0.81 | 0.9 |
| Hex | FA | E8 | CF | 0 | 7 | 11 | 2 | 23 | 51 | 5A |
| Octal | 372 | 350 | 317 | 0 | 7 | 21 | 2 | 43 | 121 | 132 |
| Binary | 11111010 | 11101000 | 11001111 | 0 | 111 | 10001 | 10 | 100011 | 1010001 | 1011010 |
Color Harmonies of #FAE8CF
Complementary color
Monochromatic Colors of #FAE8CF
Black with #FAE8CF
Text Example
Text Example
White with #FAE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8CF; }
p { color: rgb(250,232,207); }
H1.HeaderClassName
{
color: #FAE8CF;
}
.AnyTagClassName
{
color: #FAE8CF;
}
</style>
background-color css
<style>
a { background-color: #FAE8CF; }
a { background-color: rgb(250,232,207); }
div.DivClassName
{
background-color: #FAE8CF;
}
.BgClassName
{
background-color: #FAE8CF;
}
</style>
border-color css
<style>
span { border-color: #FAE8CF; }
span { border-color: rgb(250,232,207); }
td.TdClassName
{
border-color: #FAE8CF;
}
.TagClassName
{
border-color: #FAE8CF;
}
</style>