Shades of Blanched Almond #FDE7CB
Tints of Blanched Almond #FDE7CB
RGB
CMYK
RGB Variations
Color information
#FDE7CB (or 0xFDE7CB) is known color: Blanched Almond. HEX triplet: FD, E7 and CB. RGB value is (253,231,203). Sum of RGB (Red+Green+Blue) = 253+231+203=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7CB is #021834. Grayscale: #EAEAEA. Windows color (decimal): -137269 or 13363197. OLE color: 13363197.
HSL color Cylindrical-coordinate representation of color #FDE7CB: hue angle of 33.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDE7CB is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 203 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.01 |
| HSL | 33.6º | 0.93% | 0.89% | - |
| HSV(B) | 33.6º | 0.2% | 0.99% | - |
| XYZ | 79.86 | 82.35 | 68.19 | - |
| YUV | 234.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 203 | 0 | 0.09 | 0.20 | 0.01 | 33.6 | 0.93 | 0.89 |
| Hex | FD | E7 | CB | 0 | 9 | 14 | 1 | 22 | 5D | 59 |
| Octal | 375 | 347 | 313 | 0 | 11 | 24 | 1 | 42 | 135 | 131 |
| Binary | 11111101 | 11100111 | 11001011 | 0 | 1001 | 10100 | 1 | 100010 | 1011101 | 1011001 |
Color Harmonies of #FDE7CB
Complementary color
Monochromatic Colors of #FDE7CB
Black with #FDE7CB
Text Example
Text Example
White with #FDE7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7CB; }
p { color: rgb(253,231,203); }
H1.HeaderClassName
{
color: #FDE7CB;
}
.AnyTagClassName
{
color: #FDE7CB;
}
</style>
background-color css
<style>
a { background-color: #FDE7CB; }
a { background-color: rgb(253,231,203); }
div.DivClassName
{
background-color: #FDE7CB;
}
.BgClassName
{
background-color: #FDE7CB;
}
</style>
border-color css
<style>
span { border-color: #FDE7CB; }
span { border-color: rgb(253,231,203); }
td.TdClassName
{
border-color: #FDE7CB;
}
.TagClassName
{
border-color: #FDE7CB;
}
</style>