Shades of Fair Pink #EDE0D8
Tints of Fair Pink #EDE0D8
RGB
CMYK
RGB Variations
Color information
#EDE0D8 (or 0xEDE0D8) is known color: Fair Pink. HEX triplet: ED, E0 and D8. RGB value is (237,224,216). Sum of RGB (Red+Green+Blue) = 237+224+216=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0D8 is #121F27. Grayscale: #E3E3E3. Windows color (decimal): -1187624 or 14213357. OLE color: 14213357.
HSL color Cylindrical-coordinate representation of color #EDE0D8: hue angle of 22.86º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE0D8 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 216 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.07 |
| HSL | 22.86º | 0.37% | 0.89% | - |
| HSV(B) | 22.86º | 0.09% | 0.93% | - |
| XYZ | 73.98 | 76.27 | 75.79 | - |
| YUV | 226.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 216 | 0 | 0.05 | 0.09 | 0.07 | 22.86 | 0.37 | 0.89 |
| Hex | ED | E0 | D8 | 0 | 5 | 9 | 7 | 17 | 25 | 59 |
| Octal | 355 | 340 | 330 | 0 | 5 | 11 | 7 | 27 | 45 | 131 |
| Binary | 11101101 | 11100000 | 11011000 | 0 | 101 | 1001 | 111 | 10111 | 100101 | 1011001 |
Color Harmonies of #EDE0D8
Complementary color
Monochromatic Colors of #EDE0D8
Black with #EDE0D8
Text Example
Text Example
White with #EDE0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0D8; }
p { color: rgb(237,224,216); }
H1.HeaderClassName
{
color: #EDE0D8;
}
.AnyTagClassName
{
color: #EDE0D8;
}
</style>
background-color css
<style>
a { background-color: #EDE0D8; }
a { background-color: rgb(237,224,216); }
div.DivClassName
{
background-color: #EDE0D8;
}
.BgClassName
{
background-color: #EDE0D8;
}
</style>
border-color css
<style>
span { border-color: #EDE0D8; }
span { border-color: rgb(237,224,216); }
td.TdClassName
{
border-color: #EDE0D8;
}
.TagClassName
{
border-color: #EDE0D8;
}
</style>