Shades of Chardon #FEEDDF
Tints of Chardon #FEEDDF
RGB
CMYK
RGB Variations
Color information
#FEEDDF (or 0xFEEDDF) is known color: Chardon. HEX triplet: FE, ED and DF. RGB value is (254,237,223). Sum of RGB (Red+Green+Blue) = 254+237+223=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 223 (87.5% from 255 or 31.23% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEDDF is #011220. Grayscale: #F0F0F0. Windows color (decimal): -70177 or 14675454. OLE color: 14675454.
HSL color Cylindrical-coordinate representation of color #FEEDDF: hue angle of 27.1º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEEDDF is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 223 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.00 |
| HSL | 27.1º | 0.94% | 0.94% | - |
| HSV(B) | 27.1º | 0.12% | 1% | - |
| XYZ | 84.48 | 86.97 | 82.15 | - |
| YUV | 240.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 223 | 0 | 0.07 | 0.12 | 0.00 | 27.1 | 0.94 | 0.94 |
| Hex | FE | ED | DF | 0 | 7 | C | 0 | 1B | 5E | 5E |
| Octal | 376 | 355 | 337 | 0 | 7 | 14 | 0 | 33 | 136 | 136 |
| Binary | 11111110 | 11101101 | 11011111 | 0 | 111 | 1100 | 0 | 11011 | 1011110 | 1011110 |
Color Harmonies of #FEEDDF
Complementary color
Monochromatic Colors of #FEEDDF
Black with #FEEDDF
Text Example
Text Example
White with #FEEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDDF; }
p { color: rgb(254,237,223); }
H1.HeaderClassName
{
color: #FEEDDF;
}
.AnyTagClassName
{
color: #FEEDDF;
}
</style>
background-color css
<style>
a { background-color: #FEEDDF; }
a { background-color: rgb(254,237,223); }
div.DivClassName
{
background-color: #FEEDDF;
}
.BgClassName
{
background-color: #FEEDDF;
}
</style>
border-color css
<style>
span { border-color: #FEEDDF; }
span { border-color: rgb(254,237,223); }
td.TdClassName
{
border-color: #FEEDDF;
}
.TagClassName
{
border-color: #FEEDDF;
}
</style>