Shades of Mandys Pink #F0AD8B
Tints of Mandys Pink #F0AD8B
RGB
CMYK
RGB Variations
Color information
#F0AD8B (or 0xF0AD8B) is known color: Mandys Pink. HEX triplet: F0, AD and 8B. RGB value is (240,173,139). Sum of RGB (Red+Green+Blue) = 240+173+139=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AD8B is #0F5274. Grayscale: #BDBDBD. Windows color (decimal): -1004149 or 9154032. OLE color: 9154032.
HSL color Cylindrical-coordinate representation of color #F0AD8B: hue angle of 20.2º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0AD8B is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 139 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.06 |
| HSL | 20.2º | 0.77% | 0.74% | - |
| HSV(B) | 20.2º | 0.42% | 0.94% | - |
| XYZ | 55.54 | 50.28 | 31.2 | - |
| YUV | 189.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 139 | 0 | 0.28 | 0.42 | 0.06 | 20.2 | 0.77 | 0.74 |
| Hex | F0 | AD | 8B | 0 | 1C | 2A | 6 | 14 | 4D | 4A |
| Octal | 360 | 255 | 213 | 0 | 34 | 52 | 6 | 24 | 115 | 112 |
| Binary | 11110000 | 10101101 | 10001011 | 0 | 11100 | 101010 | 110 | 10100 | 1001101 | 1001010 |
Color Harmonies of #F0AD8B
Complementary color
Monochromatic Colors of #F0AD8B
Black with #F0AD8B
Text Example
Text Example
White with #F0AD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD8B; }
p { color: rgb(240,173,139); }
H1.HeaderClassName
{
color: #F0AD8B;
}
.AnyTagClassName
{
color: #F0AD8B;
}
</style>
background-color css
<style>
a { background-color: #F0AD8B; }
a { background-color: rgb(240,173,139); }
div.DivClassName
{
background-color: #F0AD8B;
}
.BgClassName
{
background-color: #F0AD8B;
}
</style>
border-color css
<style>
span { border-color: #F0AD8B; }
span { border-color: rgb(240,173,139); }
td.TdClassName
{
border-color: #F0AD8B;
}
.TagClassName
{
border-color: #F0AD8B;
}
</style>