Shades of Chardon #FCEBDD
Tints of Chardon #FCEBDD
RGB
CMYK
RGB Variations
Color information
#FCEBDD (or 0xFCEBDD) is known color: Chardon. HEX triplet: FC, EB and DD. RGB value is (252,235,221). Sum of RGB (Red+Green+Blue) = 252+235+221=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 221 (86.72% from 255 or 31.21% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBDD is #031422. Grayscale: #EEEEEE. Windows color (decimal): -201763 or 14543868. OLE color: 14543868.
HSL color Cylindrical-coordinate representation of color #FCEBDD: hue angle of 27.1º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCEBDD is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 221 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.01 |
| HSL | 27.1º | 0.84% | 0.93% | - |
| HSV(B) | 27.1º | 0.12% | 0.99% | - |
| XYZ | 82.9 | 85.33 | 80.51 | - |
| YUV | 238.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 221 | 0 | 0.07 | 0.12 | 0.01 | 27.1 | 0.84 | 0.93 |
| Hex | FC | EB | DD | 0 | 7 | C | 1 | 1B | 54 | 5D |
| Octal | 374 | 353 | 335 | 0 | 7 | 14 | 1 | 33 | 124 | 135 |
| Binary | 11111100 | 11101011 | 11011101 | 0 | 111 | 1100 | 1 | 11011 | 1010100 | 1011101 |
Color Harmonies of #FCEBDD
Complementary color
Monochromatic Colors of #FCEBDD
Black with #FCEBDD
Text Example
Text Example
White with #FCEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBDD; }
p { color: rgb(252,235,221); }
H1.HeaderClassName
{
color: #FCEBDD;
}
.AnyTagClassName
{
color: #FCEBDD;
}
</style>
background-color css
<style>
a { background-color: #FCEBDD; }
a { background-color: rgb(252,235,221); }
div.DivClassName
{
background-color: #FCEBDD;
}
.BgClassName
{
background-color: #FCEBDD;
}
</style>
border-color css
<style>
span { border-color: #FCEBDD; }
span { border-color: rgb(252,235,221); }
td.TdClassName
{
border-color: #FCEBDD;
}
.TagClassName
{
border-color: #FCEBDD;
}
</style>