Shades of Chardon #FCEBDE
Tints of Chardon #FCEBDE
RGB
CMYK
RGB Variations
Color information
#FCEBDE (or 0xFCEBDE) is known color: Chardon. HEX triplet: FC, EB and DE. RGB value is (252,235,222). Sum of RGB (Red+Green+Blue) = 252+235+222=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 222 (87.11% from 255 or 31.31% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBDE is #031421. Grayscale: #EEEEEE. Windows color (decimal): -201762 or 14609404. OLE color: 14609404.
HSL color Cylindrical-coordinate representation of color #FCEBDE: hue angle of 26º degrees, saturation: 0.83, 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 #FCEBDE is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 222 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.01 |
| HSL | 26º | 0.83% | 0.93% | - |
| HSV(B) | 26º | 0.12% | 0.99% | - |
| XYZ | 83.04 | 85.39 | 81.21 | - |
| YUV | 238.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 222 | 0 | 0.07 | 0.12 | 0.01 | 26 | 0.83 | 0.93 |
| Hex | FC | EB | DE | 0 | 7 | C | 1 | 1A | 53 | 5D |
| Octal | 374 | 353 | 336 | 0 | 7 | 14 | 1 | 32 | 123 | 135 |
| Binary | 11111100 | 11101011 | 11011110 | 0 | 111 | 1100 | 1 | 11010 | 1010011 | 1011101 |
Color Harmonies of #FCEBDE
Complementary color
Monochromatic Colors of #FCEBDE
Black with #FCEBDE
Text Example
Text Example
White with #FCEBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBDE; }
p { color: rgb(252,235,222); }
H1.HeaderClassName
{
color: #FCEBDE;
}
.AnyTagClassName
{
color: #FCEBDE;
}
</style>
background-color css
<style>
a { background-color: #FCEBDE; }
a { background-color: rgb(252,235,222); }
div.DivClassName
{
background-color: #FCEBDE;
}
.BgClassName
{
background-color: #FCEBDE;
}
</style>
border-color css
<style>
span { border-color: #FCEBDE; }
span { border-color: rgb(252,235,222); }
td.TdClassName
{
border-color: #FCEBDE;
}
.TagClassName
{
border-color: #FCEBDE;
}
</style>