Shades of Blanched Almond #FFEECE
Tints of Blanched Almond #FFEECE
RGB
CMYK
RGB Variations
Color information
#FFEECE (or 0xFFEECE) is known color: Blanched Almond. HEX triplet: FF, EE and CE. RGB value is (255,238,206). Sum of RGB (Red+Green+Blue) = 255+238+206=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 206 (80.86% from 255 or 29.47% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEECE is #001131. Grayscale: #EFEFEF. Windows color (decimal): -4402 or 13561599. OLE color: 13561599.
HSL color Cylindrical-coordinate representation of color #FFEECE: hue angle of 39.18º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFEECE is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 206 | - |
| CMYK | 0 | 0.07 | 0.19 | 0 |
| HSL | 39.18º | 1% | 0.9% | - |
| HSV(B) | 39.18º | 0.19% | 1% | - |
| XYZ | 82.96 | 86.87 | 70.79 | - |
| YUV | 239.44 | 109.13 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 206 | 0 | 0.07 | 0.19 | 0 | 39.18 | 1 | 0.9 |
| Hex | FF | EE | CE | 0 | 7 | 13 | 0 | 27 | 64 | 5A |
| Octal | 377 | 356 | 316 | 0 | 7 | 23 | 0 | 47 | 144 | 132 |
| Binary | 11111111 | 11101110 | 11001110 | 0 | 111 | 10011 | 0 | 100111 | 1100100 | 1011010 |
Color Harmonies of #FFEECE
Complementary color
Monochromatic Colors of #FFEECE
Black with #FFEECE
Text Example
Text Example
White with #FFEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEECE; }
p { color: rgb(255,238,206); }
H1.HeaderClassName
{
color: #FFEECE;
}
.AnyTagClassName
{
color: #FFEECE;
}
</style>
background-color css
<style>
a { background-color: #FFEECE; }
a { background-color: rgb(255,238,206); }
div.DivClassName
{
background-color: #FFEECE;
}
.BgClassName
{
background-color: #FFEECE;
}
</style>
border-color css
<style>
span { border-color: #FFEECE; }
span { border-color: rgb(255,238,206); }
td.TdClassName
{
border-color: #FFEECE;
}
.TagClassName
{
border-color: #FFEECE;
}
</style>