Shades of Mandys Pink #EDAD8F
Tints of Mandys Pink #EDAD8F
RGB
CMYK
RGB Variations
Color information
#EDAD8F (or 0xEDAD8F) is known color: Mandys Pink. HEX triplet: ED, AD and 8F. RGB value is (237,173,143). Sum of RGB (Red+Green+Blue) = 237+173+143=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD8F is #125270. Grayscale: #BCBCBC. Windows color (decimal): -1200753 or 9416173. OLE color: 9416173.
HSL color Cylindrical-coordinate representation of color #EDAD8F: hue angle of 19.15º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDAD8F is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 143 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.07 |
| HSL | 19.15º | 0.72% | 0.75% | - |
| HSV(B) | 19.15º | 0.4% | 0.93% | - |
| XYZ | 54.83 | 49.87 | 32.72 | - |
| YUV | 188.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 143 | 0 | 0.27 | 0.40 | 0.07 | 19.15 | 0.72 | 0.75 |
| Hex | ED | AD | 8F | 0 | 1B | 28 | 7 | 13 | 48 | 4B |
| Octal | 355 | 255 | 217 | 0 | 33 | 50 | 7 | 23 | 110 | 113 |
| Binary | 11101101 | 10101101 | 10001111 | 0 | 11011 | 101000 | 111 | 10011 | 1001000 | 1001011 |
Color Harmonies of #EDAD8F
Complementary color
Monochromatic Colors of #EDAD8F
Black with #EDAD8F
Text Example
Text Example
White with #EDAD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD8F; }
p { color: rgb(237,173,143); }
H1.HeaderClassName
{
color: #EDAD8F;
}
.AnyTagClassName
{
color: #EDAD8F;
}
</style>
background-color css
<style>
a { background-color: #EDAD8F; }
a { background-color: rgb(237,173,143); }
div.DivClassName
{
background-color: #EDAD8F;
}
.BgClassName
{
background-color: #EDAD8F;
}
</style>
border-color css
<style>
span { border-color: #EDAD8F; }
span { border-color: rgb(237,173,143); }
td.TdClassName
{
border-color: #EDAD8F;
}
.TagClassName
{
border-color: #EDAD8F;
}
</style>