Shades of Blanched Almond #FDECCC
Tints of Blanched Almond #FDECCC
RGB
CMYK
RGB Variations
Color information
#FDECCC (or 0xFDECCC) is known color: Blanched Almond. HEX triplet: FD, EC and CC. RGB value is (253,236,204). Sum of RGB (Red+Green+Blue) = 253+236+204=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 204 (80.08% from 255 or 29.44% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECCC is #021333. Grayscale: #EDEDED. Windows color (decimal): -135988 or 13430013. OLE color: 13430013.
HSL color Cylindrical-coordinate representation of color #FDECCC: hue angle of 39.18º 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 #FDECCC is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 204 | - |
CMYK | 0 | 0.07 | 0.19 | 0.01 |
HSL | 39.18º | 0.92% | 0.9% | - |
HSV(B) | 39.18º | 0.19% | 0.99% | - |
XYZ | 81.4 | 85.23 | 69.29 | - |
YUV | 237.44 | 109.13 | 139.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 204 | 0 | 0.07 | 0.19 | 0.01 | 39.18 | 0.92 | 0.9 |
Hex | FD | EC | CC | 0 | 7 | 13 | 1 | 27 | 5C | 5A |
Octal | 375 | 354 | 314 | 0 | 7 | 23 | 1 | 47 | 134 | 132 |
Binary | 11111101 | 11101100 | 11001100 | 0 | 111 | 10011 | 1 | 100111 | 1011100 | 1011010 |
Color Harmonies of #FDECCC
Complementary color
Monochromatic Colors of #FDECCC
Black with #FDECCC
Text Example
Text Example
White with #FDECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECCC; }
p { color: rgb(253,236,204); }
H1.HeaderClassName
{
color: #FDECCC;
}
.AnyTagClassName
{
color: #FDECCC;
}
</style>
background-color css
<style>
a { background-color: #FDECCC; }
a { background-color: rgb(253,236,204); }
div.DivClassName
{
background-color: #FDECCC;
}
.BgClassName
{
background-color: #FDECCC;
}
</style>
border-color css
<style>
span { border-color: #FDECCC; }
span { border-color: rgb(253,236,204); }
td.TdClassName
{
border-color: #FDECCC;
}
.TagClassName
{
border-color: #FDECCC;
}
</style>