Shades of Mandys Pink #F0AD8C
Tints of Mandys Pink #F0AD8C
RGB
CMYK
RGB Variations
Color information
#F0AD8C (or 0xF0AD8C) is known color: Mandys Pink. HEX triplet: F0, AD and 8C. RGB value is (240,173,140). Sum of RGB (Red+Green+Blue) = 240+173+140=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AD8C is #0F5273. Grayscale: #BDBDBD. Windows color (decimal): -1004148 or 9219568. OLE color: 9219568.
HSL color Cylindrical-coordinate representation of color #F0AD8C: hue angle of 19.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0AD8C is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 140 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.06 |
| HSL | 19.8º | 0.77% | 0.75% | - |
| HSV(B) | 19.8º | 0.42% | 0.94% | - |
| XYZ | 55.61 | 50.31 | 31.59 | - |
| YUV | 189.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 140 | 0 | 0.28 | 0.42 | 0.06 | 19.8 | 0.77 | 0.75 |
| Hex | F0 | AD | 8C | 0 | 1C | 2A | 6 | 14 | 4D | 4B |
| Octal | 360 | 255 | 214 | 0 | 34 | 52 | 6 | 24 | 115 | 113 |
| Binary | 11110000 | 10101101 | 10001100 | 0 | 11100 | 101010 | 110 | 10100 | 1001101 | 1001011 |
Color Harmonies of #F0AD8C
Complementary color
Monochromatic Colors of #F0AD8C
Black with #F0AD8C
Text Example
Text Example
White with #F0AD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD8C; }
p { color: rgb(240,173,140); }
H1.HeaderClassName
{
color: #F0AD8C;
}
.AnyTagClassName
{
color: #F0AD8C;
}
</style>
background-color css
<style>
a { background-color: #F0AD8C; }
a { background-color: rgb(240,173,140); }
div.DivClassName
{
background-color: #F0AD8C;
}
.BgClassName
{
background-color: #F0AD8C;
}
</style>
border-color css
<style>
span { border-color: #F0AD8C; }
span { border-color: rgb(240,173,140); }
td.TdClassName
{
border-color: #F0AD8C;
}
.TagClassName
{
border-color: #F0AD8C;
}
</style>