Shades of Chardon #FDEBDC
Tints of Chardon #FDEBDC
RGB
CMYK
RGB Variations
Color information
#FDEBDC (or 0xFDEBDC) is known color: Chardon. HEX triplet: FD, EB and DC. RGB value is (253,235,220). Sum of RGB (Red+Green+Blue) = 253+235+220=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 220 (86.33% from 255 or 31.07% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBDC is #021423. Grayscale: #EEEEEE. Windows color (decimal): -136228 or 14478333. OLE color: 14478333.
HSL color Cylindrical-coordinate representation of color #FDEBDC: hue angle of 27.27º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDEBDC is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 220 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.01 |
| HSL | 27.27º | 0.89% | 0.93% | - |
| HSV(B) | 27.27º | 0.13% | 0.99% | - |
| XYZ | 83.13 | 85.47 | 79.83 | - |
| YUV | 238.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 220 | 0 | 0.07 | 0.13 | 0.01 | 27.27 | 0.89 | 0.93 |
| Hex | FD | EB | DC | 0 | 7 | D | 1 | 1B | 59 | 5D |
| Octal | 375 | 353 | 334 | 0 | 7 | 15 | 1 | 33 | 131 | 135 |
| Binary | 11111101 | 11101011 | 11011100 | 0 | 111 | 1101 | 1 | 11011 | 1011001 | 1011101 |
Color Harmonies of #FDEBDC
Complementary color
Monochromatic Colors of #FDEBDC
Black with #FDEBDC
Text Example
Text Example
White with #FDEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBDC; }
p { color: rgb(253,235,220); }
H1.HeaderClassName
{
color: #FDEBDC;
}
.AnyTagClassName
{
color: #FDEBDC;
}
</style>
background-color css
<style>
a { background-color: #FDEBDC; }
a { background-color: rgb(253,235,220); }
div.DivClassName
{
background-color: #FDEBDC;
}
.BgClassName
{
background-color: #FDEBDC;
}
</style>
border-color css
<style>
span { border-color: #FDEBDC; }
span { border-color: rgb(253,235,220); }
td.TdClassName
{
border-color: #FDEBDC;
}
.TagClassName
{
border-color: #FDEBDC;
}
</style>