Shades of Blanched Almond #FFEECB
Tints of Blanched Almond #FFEECB
RGB
CMYK
RGB Variations
Color information
#FFEECB (or 0xFFEECB) is known color: Blanched Almond. HEX triplet: FF, EE and CB. RGB value is (255,238,203). Sum of RGB (Red+Green+Blue) = 255+238+203=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 203 (79.69% from 255 or 29.17% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEECB is #001134. Grayscale: #EFEFEF. Windows color (decimal): -4405 or 13364991. OLE color: 13364991.
HSL color Cylindrical-coordinate representation of color #FFEECB: hue angle of 40.38º 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 #FFEECB is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 203 | - |
| CMYK | 0 | 0.07 | 0.20 | 0 |
| HSL | 40.38º | 1% | 0.9% | - |
| HSV(B) | 40.38º | 0.2% | 1% | - |
| XYZ | 82.59 | 86.72 | 68.89 | - |
| YUV | 239.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 203 | 0 | 0.07 | 0.20 | 0 | 40.38 | 1 | 0.9 |
| Hex | FF | EE | CB | 0 | 7 | 14 | 0 | 28 | 64 | 5A |
| Octal | 377 | 356 | 313 | 0 | 7 | 24 | 0 | 50 | 144 | 132 |
| Binary | 11111111 | 11101110 | 11001011 | 0 | 111 | 10100 | 0 | 101000 | 1100100 | 1011010 |
Color Harmonies of #FFEECB
Complementary color
Monochromatic Colors of #FFEECB
Black with #FFEECB
Text Example
Text Example
White with #FFEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEECB; }
p { color: rgb(255,238,203); }
H1.HeaderClassName
{
color: #FFEECB;
}
.AnyTagClassName
{
color: #FFEECB;
}
</style>
background-color css
<style>
a { background-color: #FFEECB; }
a { background-color: rgb(255,238,203); }
div.DivClassName
{
background-color: #FFEECB;
}
.BgClassName
{
background-color: #FFEECB;
}
</style>
border-color css
<style>
span { border-color: #FFEECB; }
span { border-color: rgb(255,238,203); }
td.TdClassName
{
border-color: #FFEECB;
}
.TagClassName
{
border-color: #FFEECB;
}
</style>