Shades of Blanched Almond #FFEECC
Tints of Blanched Almond #FFEECC
RGB
CMYK
RGB Variations
Color information
#FFEECC (or 0xFFEECC) is known color: Blanched Almond. HEX triplet: FF, EE and CC. RGB value is (255,238,204). Sum of RGB (Red+Green+Blue) = 255+238+204=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 204 (80.08% from 255 or 29.27% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEECC is #001133. Grayscale: #EFEFEF. Windows color (decimal): -4404 or 13430527. OLE color: 13430527.
HSL color Cylindrical-coordinate representation of color #FFEECC: hue angle of 40º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFEECC is Cyan = 0, Magento = 0.07, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 204 | - |
| CMYK | 0 | 0.07 | 0.2 | 0 |
| HSL | 40º | 1% | 0.9% | - |
| HSV(B) | 40º | 0.2% | 1% | - |
| XYZ | 82.71 | 86.77 | 69.52 | - |
| YUV | 239.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 204 | 0 | 0.07 | 0.2 | 0 | 40 | 1 | 0.9 |
| Hex | FF | EE | CC | 0 | 7 | 14 | 0 | 28 | 64 | 5A |
| Octal | 377 | 356 | 314 | 0 | 7 | 24 | 0 | 50 | 144 | 132 |
| Binary | 11111111 | 11101110 | 11001100 | 0 | 111 | 10100 | 0 | 101000 | 1100100 | 1011010 |
Color Harmonies of #FFEECC
Complementary color
Monochromatic Colors of #FFEECC
Black with #FFEECC
Text Example
Text Example
White with #FFEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEECC; }
p { color: rgb(255,238,204); }
H1.HeaderClassName
{
color: #FFEECC;
}
.AnyTagClassName
{
color: #FFEECC;
}
</style>
background-color css
<style>
a { background-color: #FFEECC; }
a { background-color: rgb(255,238,204); }
div.DivClassName
{
background-color: #FFEECC;
}
.BgClassName
{
background-color: #FFEECC;
}
</style>
border-color css
<style>
span { border-color: #FFEECC; }
span { border-color: rgb(255,238,204); }
td.TdClassName
{
border-color: #FFEECC;
}
.TagClassName
{
border-color: #FFEECC;
}
</style>