Shades of Blanched Almond #FDE6CC
Tints of Blanched Almond #FDE6CC
RGB
CMYK
RGB Variations
Color information
#FDE6CC (or 0xFDE6CC) is known color: Blanched Almond. HEX triplet: FD, E6 and CC. RGB value is (253,230,204). Sum of RGB (Red+Green+Blue) = 253+230+204=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 204 (80.08% from 255 or 29.69% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6CC is #021933. Grayscale: #EAEAEA. Windows color (decimal): -137524 or 13428477. OLE color: 13428477.
HSL color Cylindrical-coordinate representation of color #FDE6CC: hue angle of 31.84º 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 #FDE6CC is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 204 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.01 |
| HSL | 31.84º | 0.92% | 0.9% | - |
| HSV(B) | 31.84º | 0.19% | 0.99% | - |
| XYZ | 79.7 | 81.84 | 68.72 | - |
| YUV | 233.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 204 | 0 | 0.09 | 0.19 | 0.01 | 31.84 | 0.92 | 0.9 |
| Hex | FD | E6 | CC | 0 | 9 | 13 | 1 | 20 | 5C | 5A |
| Octal | 375 | 346 | 314 | 0 | 11 | 23 | 1 | 40 | 134 | 132 |
| Binary | 11111101 | 11100110 | 11001100 | 0 | 1001 | 10011 | 1 | 100000 | 1011100 | 1011010 |
Color Harmonies of #FDE6CC
Complementary color
Monochromatic Colors of #FDE6CC
Black with #FDE6CC
Text Example
Text Example
White with #FDE6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6CC; }
p { color: rgb(253,230,204); }
H1.HeaderClassName
{
color: #FDE6CC;
}
.AnyTagClassName
{
color: #FDE6CC;
}
</style>
background-color css
<style>
a { background-color: #FDE6CC; }
a { background-color: rgb(253,230,204); }
div.DivClassName
{
background-color: #FDE6CC;
}
.BgClassName
{
background-color: #FDE6CC;
}
</style>
border-color css
<style>
span { border-color: #FDE6CC; }
span { border-color: rgb(253,230,204); }
td.TdClassName
{
border-color: #FDE6CC;
}
.TagClassName
{
border-color: #FDE6CC;
}
</style>