Shades of Blanched Almond #FDEACC
Tints of Blanched Almond #FDEACC
RGB
CMYK
RGB Variations
Color information
#FDEACC (or 0xFDEACC) is known color: Blanched Almond. HEX triplet: FD, EA and CC. RGB value is (253,234,204). Sum of RGB (Red+Green+Blue) = 253+234+204=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 204 (80.08% from 255 or 29.52% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEACC is #021533. Grayscale: #ECECEC. Windows color (decimal): -136500 or 13429501. OLE color: 13429501.
HSL color Cylindrical-coordinate representation of color #FDEACC: hue angle of 36.73º 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 #FDEACC is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 204 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.01 |
| HSL | 36.73º | 0.92% | 0.9% | - |
| HSV(B) | 36.73º | 0.19% | 0.99% | - |
| XYZ | 80.83 | 84.09 | 69.1 | - |
| YUV | 236.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 204 | 0 | 0.08 | 0.19 | 0.01 | 36.73 | 0.92 | 0.9 |
| Hex | FD | EA | CC | 0 | 8 | 13 | 1 | 25 | 5C | 5A |
| Octal | 375 | 352 | 314 | 0 | 10 | 23 | 1 | 45 | 134 | 132 |
| Binary | 11111101 | 11101010 | 11001100 | 0 | 1000 | 10011 | 1 | 100101 | 1011100 | 1011010 |
Color Harmonies of #FDEACC
Complementary color
Monochromatic Colors of #FDEACC
Black with #FDEACC
Text Example
Text Example
White with #FDEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEACC; }
p { color: rgb(253,234,204); }
H1.HeaderClassName
{
color: #FDEACC;
}
.AnyTagClassName
{
color: #FDEACC;
}
</style>
background-color css
<style>
a { background-color: #FDEACC; }
a { background-color: rgb(253,234,204); }
div.DivClassName
{
background-color: #FDEACC;
}
.BgClassName
{
background-color: #FDEACC;
}
</style>
border-color css
<style>
span { border-color: #FDEACC; }
span { border-color: rgb(253,234,204); }
td.TdClassName
{
border-color: #FDEACC;
}
.TagClassName
{
border-color: #FDEACC;
}
</style>