Shades of Blanched Almond #FDECCF
Tints of Blanched Almond #FDECCF
RGB
CMYK
RGB Variations
Color information
#FDECCF (or 0xFDECCF) is known color: Blanched Almond. HEX triplet: FD, EC and CF. RGB value is (253,236,207). Sum of RGB (Red+Green+Blue) = 253+236+207=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 207 (81.25% from 255 or 29.74% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECCF is #021330. Grayscale: #EDEDED. Windows color (decimal): -135985 or 13626621. OLE color: 13626621.
HSL color Cylindrical-coordinate representation of color #FDECCF: hue angle of 37.83º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDECCF is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 207 | - |
CMYK | 0 | 0.07 | 0.18 | 0.01 |
HSL | 37.83º | 0.92% | 0.9% | - |
HSV(B) | 37.83º | 0.18% | 0.99% | - |
XYZ | 81.77 | 85.38 | 71.2 | - |
YUV | 237.78 | 110.63 | 138.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 207 | 0 | 0.07 | 0.18 | 0.01 | 37.83 | 0.92 | 0.9 |
Hex | FD | EC | CF | 0 | 7 | 12 | 1 | 26 | 5C | 5A |
Octal | 375 | 354 | 317 | 0 | 7 | 22 | 1 | 46 | 134 | 132 |
Binary | 11111101 | 11101100 | 11001111 | 0 | 111 | 10010 | 1 | 100110 | 1011100 | 1011010 |
Color Harmonies of #FDECCF
Complementary color
Monochromatic Colors of #FDECCF
Black with #FDECCF
Text Example
Text Example
White with #FDECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECCF; }
p { color: rgb(253,236,207); }
H1.HeaderClassName
{
color: #FDECCF;
}
.AnyTagClassName
{
color: #FDECCF;
}
</style>
background-color css
<style>
a { background-color: #FDECCF; }
a { background-color: rgb(253,236,207); }
div.DivClassName
{
background-color: #FDECCF;
}
.BgClassName
{
background-color: #FDECCF;
}
</style>
border-color css
<style>
span { border-color: #FDECCF; }
span { border-color: rgb(253,236,207); }
td.TdClassName
{
border-color: #FDECCF;
}
.TagClassName
{
border-color: #FDECCF;
}
</style>