Shades of Chardon #FDEEE2
Tints of Chardon #FDEEE2
RGB
CMYK
RGB Variations
Color information
#FDEEE2 (or 0xFDEEE2) is known color: Chardon. HEX triplet: FD, EE and E2. RGB value is (253,238,226). Sum of RGB (Red+Green+Blue) = 253+238+226=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 238 (93.36% from 255 or 33.19% from 717); Blue value is 226 (88.67% from 255 or 31.52% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEE2 is #02111D. Grayscale: #F1F1F1. Windows color (decimal): -135454 or 14872317. OLE color: 14872317.
HSL color Cylindrical-coordinate representation of color #FDEEE2: hue angle of 26.67º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDEEE2 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 238 | 226 | - |
CMYK | 0 | 0.06 | 0.11 | 0.01 |
HSL | 26.67º | 0.87% | 0.94% | - |
HSV(B) | 26.67º | 0.11% | 0.99% | - |
XYZ | 84.81 | 87.52 | 84.38 | - |
YUV | 241.12 | 119.47 | 136.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 226 | 0 | 0.06 | 0.11 | 0.01 | 26.67 | 0.87 | 0.94 |
Hex | FD | EE | E2 | 0 | 6 | B | 1 | 1B | 57 | 5E |
Octal | 375 | 356 | 342 | 0 | 6 | 13 | 1 | 33 | 127 | 136 |
Binary | 11111101 | 11101110 | 11100010 | 0 | 110 | 1011 | 1 | 11011 | 1010111 | 1011110 |
Color Harmonies of #FDEEE2
Complementary color
Monochromatic Colors of #FDEEE2
Black with #FDEEE2
Text Example
Text Example
White with #FDEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEE2; }
p { color: rgb(253,238,226); }
H1.HeaderClassName
{
color: #FDEEE2;
}
.AnyTagClassName
{
color: #FDEEE2;
}
</style>
background-color css
<style>
a { background-color: #FDEEE2; }
a { background-color: rgb(253,238,226); }
div.DivClassName
{
background-color: #FDEEE2;
}
.BgClassName
{
background-color: #FDEEE2;
}
</style>
border-color css
<style>
span { border-color: #FDEEE2; }
span { border-color: rgb(253,238,226); }
td.TdClassName
{
border-color: #FDEEE2;
}
.TagClassName
{
border-color: #FDEEE2;
}
</style>