Shades of Blanched Almond #FFECCC
Tints of Blanched Almond #FFECCC
RGB
CMYK
RGB Variations
Color information
#FFECCC (or 0xFFECCC) is known color: Blanched Almond. HEX triplet: FF, EC and CC. RGB value is (255,236,204). Sum of RGB (Red+Green+Blue) = 255+236+204=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 204 (80.08% from 255 or 29.35% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECCC is #001333. Grayscale: #EEEEEE. Windows color (decimal): -4916 or 13430015. OLE color: 13430015.
HSL color Cylindrical-coordinate representation of color #FFECCC: hue angle of 37.65º 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 #FFECCC is Cyan = 0, Magento = 0.07, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 204 | - |
| CMYK | 0 | 0.07 | 0.2 | 0 |
| HSL | 37.65º | 1% | 0.9% | - |
| HSV(B) | 37.65º | 0.2% | 1% | - |
| XYZ | 82.13 | 85.61 | 69.32 | - |
| YUV | 238.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 204 | 0 | 0.07 | 0.2 | 0 | 37.65 | 1 | 0.9 |
| Hex | FF | EC | CC | 0 | 7 | 14 | 0 | 26 | 64 | 5A |
| Octal | 377 | 354 | 314 | 0 | 7 | 24 | 0 | 46 | 144 | 132 |
| Binary | 11111111 | 11101100 | 11001100 | 0 | 111 | 10100 | 0 | 100110 | 1100100 | 1011010 |
Color Harmonies of #FFECCC
Complementary color
Monochromatic Colors of #FFECCC
Black with #FFECCC
Text Example
Text Example
White with #FFECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECCC; }
p { color: rgb(255,236,204); }
H1.HeaderClassName
{
color: #FFECCC;
}
.AnyTagClassName
{
color: #FFECCC;
}
</style>
background-color css
<style>
a { background-color: #FFECCC; }
a { background-color: rgb(255,236,204); }
div.DivClassName
{
background-color: #FFECCC;
}
.BgClassName
{
background-color: #FFECCC;
}
</style>
border-color css
<style>
span { border-color: #FFECCC; }
span { border-color: rgb(255,236,204); }
td.TdClassName
{
border-color: #FFECCC;
}
.TagClassName
{
border-color: #FFECCC;
}
</style>