Shades of Blanched Almond #FAE7CC
Tints of Blanched Almond #FAE7CC
RGB
CMYK
RGB Variations
Color information
#FAE7CC (or 0xFAE7CC) is known color: Blanched Almond. HEX triplet: FA, E7 and CC. RGB value is (250,231,204). Sum of RGB (Red+Green+Blue) = 250+231+204=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 204 (80.08% from 255 or 29.78% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7CC is #051833. Grayscale: #E9E9E9. Windows color (decimal): -333876 or 13428730. OLE color: 13428730.
HSL color Cylindrical-coordinate representation of color #FAE7CC: hue angle of 35.22º degrees, saturation: 0.82, 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 #FAE7CC is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 204 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.02 |
| HSL | 35.22º | 0.82% | 0.89% | - |
| HSV(B) | 35.22º | 0.18% | 0.98% | - |
| XYZ | 78.9 | 81.84 | 68.76 | - |
| YUV | 233.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 204 | 0 | 0.08 | 0.18 | 0.02 | 35.22 | 0.82 | 0.89 |
| Hex | FA | E7 | CC | 0 | 8 | 12 | 2 | 23 | 52 | 59 |
| Octal | 372 | 347 | 314 | 0 | 10 | 22 | 2 | 43 | 122 | 131 |
| Binary | 11111010 | 11100111 | 11001100 | 0 | 1000 | 10010 | 10 | 100011 | 1010010 | 1011001 |
Color Harmonies of #FAE7CC
Complementary color
Monochromatic Colors of #FAE7CC
Black with #FAE7CC
Text Example
Text Example
White with #FAE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7CC; }
p { color: rgb(250,231,204); }
H1.HeaderClassName
{
color: #FAE7CC;
}
.AnyTagClassName
{
color: #FAE7CC;
}
</style>
background-color css
<style>
a { background-color: #FAE7CC; }
a { background-color: rgb(250,231,204); }
div.DivClassName
{
background-color: #FAE7CC;
}
.BgClassName
{
background-color: #FAE7CC;
}
</style>
border-color css
<style>
span { border-color: #FAE7CC; }
span { border-color: rgb(250,231,204); }
td.TdClassName
{
border-color: #FAE7CC;
}
.TagClassName
{
border-color: #FAE7CC;
}
</style>