Shades of Blanched Almond #FDECCE
Tints of Blanched Almond #FDECCE
RGB
CMYK
RGB Variations
Color information
#FDECCE (or 0xFDECCE) is known color: Blanched Almond. HEX triplet: FD, EC and CE. RGB value is (253,236,206). Sum of RGB (Red+Green+Blue) = 253+236+206=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 206 (80.86% from 255 or 29.64% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECCE is #021331. Grayscale: #EDEDED. Windows color (decimal): -135986 or 13561085. OLE color: 13561085.
HSL color Cylindrical-coordinate representation of color #FDECCE: hue angle of 38.3º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDECCE is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 206 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.01 |
| HSL | 38.3º | 0.92% | 0.9% | - |
| HSV(B) | 38.3º | 0.19% | 0.99% | - |
| XYZ | 81.64 | 85.33 | 70.56 | - |
| YUV | 237.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 206 | 0 | 0.07 | 0.19 | 0.01 | 38.3 | 0.92 | 0.9 |
| Hex | FD | EC | CE | 0 | 7 | 13 | 1 | 26 | 5C | 5A |
| Octal | 375 | 354 | 316 | 0 | 7 | 23 | 1 | 46 | 134 | 132 |
| Binary | 11111101 | 11101100 | 11001110 | 0 | 111 | 10011 | 1 | 100110 | 1011100 | 1011010 |
Color Harmonies of #FDECCE
Complementary color
Monochromatic Colors of #FDECCE
Black with #FDECCE
Text Example
Text Example
White with #FDECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECCE; }
p { color: rgb(253,236,206); }
H1.HeaderClassName
{
color: #FDECCE;
}
.AnyTagClassName
{
color: #FDECCE;
}
</style>
background-color css
<style>
a { background-color: #FDECCE; }
a { background-color: rgb(253,236,206); }
div.DivClassName
{
background-color: #FDECCE;
}
.BgClassName
{
background-color: #FDECCE;
}
</style>
border-color css
<style>
span { border-color: #FDECCE; }
span { border-color: rgb(253,236,206); }
td.TdClassName
{
border-color: #FDECCE;
}
.TagClassName
{
border-color: #FDECCE;
}
</style>