Shades of Blanched Almond #FDEBCC
Tints of Blanched Almond #FDEBCC
RGB
CMYK
RGB Variations
Color information
#FDEBCC (or 0xFDEBCC) is known color: Blanched Almond. HEX triplet: FD, EB and CC. RGB value is (253,235,204). Sum of RGB (Red+Green+Blue) = 253+235+204=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 204 (80.08% from 255 or 29.48% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBCC is #021433. Grayscale: #ECECEC. Windows color (decimal): -136244 or 13429757. OLE color: 13429757.
HSL color Cylindrical-coordinate representation of color #FDEBCC: hue angle of 37.96º 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 #FDEBCC is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 204 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.01 |
| HSL | 37.96º | 0.92% | 0.9% | - |
| HSV(B) | 37.96º | 0.19% | 0.99% | - |
| XYZ | 81.12 | 84.66 | 69.19 | - |
| YUV | 236.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 204 | 0 | 0.07 | 0.19 | 0.01 | 37.96 | 0.92 | 0.9 |
| Hex | FD | EB | CC | 0 | 7 | 13 | 1 | 26 | 5C | 5A |
| Octal | 375 | 353 | 314 | 0 | 7 | 23 | 1 | 46 | 134 | 132 |
| Binary | 11111101 | 11101011 | 11001100 | 0 | 111 | 10011 | 1 | 100110 | 1011100 | 1011010 |
Color Harmonies of #FDEBCC
Complementary color
Monochromatic Colors of #FDEBCC
Black with #FDEBCC
Text Example
Text Example
White with #FDEBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBCC; }
p { color: rgb(253,235,204); }
H1.HeaderClassName
{
color: #FDEBCC;
}
.AnyTagClassName
{
color: #FDEBCC;
}
</style>
background-color css
<style>
a { background-color: #FDEBCC; }
a { background-color: rgb(253,235,204); }
div.DivClassName
{
background-color: #FDEBCC;
}
.BgClassName
{
background-color: #FDEBCC;
}
</style>
border-color css
<style>
span { border-color: #FDEBCC; }
span { border-color: rgb(253,235,204); }
td.TdClassName
{
border-color: #FDEBCC;
}
.TagClassName
{
border-color: #FDEBCC;
}
</style>