Shades of Blanched Almond #FAEACE
Tints of Blanched Almond #FAEACE
RGB
CMYK
RGB Variations
Color information
#FAEACE (or 0xFAEACE) is known color: Blanched Almond. HEX triplet: FA, EA and CE. RGB value is (250,234,206). Sum of RGB (Red+Green+Blue) = 250+234+206=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 206 (80.86% from 255 or 29.86% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEACE is #051531. Grayscale: #EBEBEB. Windows color (decimal): -333106 or 13560570. OLE color: 13560570.
HSL color Cylindrical-coordinate representation of color #FAEACE: hue angle of 38.18º 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 #FAEACE is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 206 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.02 |
| HSL | 38.18º | 0.81% | 0.89% | - |
| HSV(B) | 38.18º | 0.18% | 0.98% | - |
| XYZ | 79.99 | 83.63 | 70.32 | - |
| YUV | 235.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 206 | 0 | 0.06 | 0.18 | 0.02 | 38.18 | 0.81 | 0.89 |
| Hex | FA | EA | CE | 0 | 6 | 12 | 2 | 26 | 51 | 59 |
| Octal | 372 | 352 | 316 | 0 | 6 | 22 | 2 | 46 | 121 | 131 |
| Binary | 11111010 | 11101010 | 11001110 | 0 | 110 | 10010 | 10 | 100110 | 1010001 | 1011001 |
Color Harmonies of #FAEACE
Complementary color
Monochromatic Colors of #FAEACE
Black with #FAEACE
Text Example
Text Example
White with #FAEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEACE; }
p { color: rgb(250,234,206); }
H1.HeaderClassName
{
color: #FAEACE;
}
.AnyTagClassName
{
color: #FAEACE;
}
</style>
background-color css
<style>
a { background-color: #FAEACE; }
a { background-color: rgb(250,234,206); }
div.DivClassName
{
background-color: #FAEACE;
}
.BgClassName
{
background-color: #FAEACE;
}
</style>
border-color css
<style>
span { border-color: #FAEACE; }
span { border-color: rgb(250,234,206); }
td.TdClassName
{
border-color: #FAEACE;
}
.TagClassName
{
border-color: #FAEACE;
}
</style>