Shades of Mandys Pink #F0AD90
Tints of Mandys Pink #F0AD90
RGB
CMYK
RGB Variations
Color information
#F0AD90 (or 0xF0AD90) is known color: Mandys Pink. HEX triplet: F0, AD and 90. RGB value is (240,173,144). Sum of RGB (Red+Green+Blue) = 240+173+144=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AD90 is #0F526F. Grayscale: #BDBDBD. Windows color (decimal): -1004144 or 9481712. OLE color: 9481712.
HSL color Cylindrical-coordinate representation of color #F0AD90: hue angle of 18.12º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0AD90 is Cyan = 0, Magento = 0.28, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 144 | - |
| CMYK | 0 | 0.28 | 0.4 | 0.06 |
| HSL | 18.13º | 0.76% | 0.75% | - |
| HSV(B) | 18.13º | 0.4% | 0.94% | - |
| XYZ | 55.91 | 50.43 | 33.17 | - |
| YUV | 189.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 144 | 0 | 0.28 | 0.4 | 0.06 | 18.13 | 0.76 | 0.75 |
| Hex | F0 | AD | 90 | 0 | 1C | 28 | 6 | 12 | 4C | 4B |
| Octal | 360 | 255 | 220 | 0 | 34 | 50 | 6 | 22 | 114 | 113 |
| Binary | 11110000 | 10101101 | 10010000 | 0 | 11100 | 101000 | 110 | 10010 | 1001100 | 1001011 |
Color Harmonies of #F0AD90
Complementary color
Monochromatic Colors of #F0AD90
Black with #F0AD90
Text Example
Text Example
White with #F0AD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD90; }
p { color: rgb(240,173,144); }
H1.HeaderClassName
{
color: #F0AD90;
}
.AnyTagClassName
{
color: #F0AD90;
}
</style>
background-color css
<style>
a { background-color: #F0AD90; }
a { background-color: rgb(240,173,144); }
div.DivClassName
{
background-color: #F0AD90;
}
.BgClassName
{
background-color: #F0AD90;
}
</style>
border-color css
<style>
span { border-color: #F0AD90; }
span { border-color: rgb(240,173,144); }
td.TdClassName
{
border-color: #F0AD90;
}
.TagClassName
{
border-color: #F0AD90;
}
</style>