Shades of Blanched Almond #FAE8CB
Tints of Blanched Almond #FAE8CB
RGB
CMYK
RGB Variations
Color information
#FAE8CB (or 0xFAE8CB) is known color: Blanched Almond. HEX triplet: FA, E8 and CB. RGB value is (250,232,203). Sum of RGB (Red+Green+Blue) = 250+232+203=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 203 (79.69% from 255 or 29.64% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8CB is #051734. Grayscale: #EAEAEA. Windows color (decimal): -333621 or 13363450. OLE color: 13363450.
HSL color Cylindrical-coordinate representation of color #FAE8CB: hue angle of 37.02º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAE8CB is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 203 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.02 |
| HSL | 37.02º | 0.82% | 0.89% | - |
| HSV(B) | 37.02º | 0.19% | 0.98% | - |
| XYZ | 79.06 | 82.35 | 68.23 | - |
| YUV | 234.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 203 | 0 | 0.07 | 0.19 | 0.02 | 37.02 | 0.82 | 0.89 |
| Hex | FA | E8 | CB | 0 | 7 | 13 | 2 | 25 | 52 | 59 |
| Octal | 372 | 350 | 313 | 0 | 7 | 23 | 2 | 45 | 122 | 131 |
| Binary | 11111010 | 11101000 | 11001011 | 0 | 111 | 10011 | 10 | 100101 | 1010010 | 1011001 |
Color Harmonies of #FAE8CB
Complementary color
Monochromatic Colors of #FAE8CB
Black with #FAE8CB
Text Example
Text Example
White with #FAE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8CB; }
p { color: rgb(250,232,203); }
H1.HeaderClassName
{
color: #FAE8CB;
}
.AnyTagClassName
{
color: #FAE8CB;
}
</style>
background-color css
<style>
a { background-color: #FAE8CB; }
a { background-color: rgb(250,232,203); }
div.DivClassName
{
background-color: #FAE8CB;
}
.BgClassName
{
background-color: #FAE8CB;
}
</style>
border-color css
<style>
span { border-color: #FAE8CB; }
span { border-color: rgb(250,232,203); }
td.TdClassName
{
border-color: #FAE8CB;
}
.TagClassName
{
border-color: #FAE8CB;
}
</style>