Shades of Mandys Pink #F0AD8A
Tints of Mandys Pink #F0AD8A
RGB
CMYK
RGB Variations
Color information
#F0AD8A (or 0xF0AD8A) is known color: Mandys Pink. HEX triplet: F0, AD and 8A. RGB value is (240,173,138). Sum of RGB (Red+Green+Blue) = 240+173+138=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AD8A is #0F5275. Grayscale: #BDBDBD. Windows color (decimal): -1004150 or 9088496. OLE color: 9088496.
HSL color Cylindrical-coordinate representation of color #F0AD8A: hue angle of 20.59º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0AD8A is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 138 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.06 |
| HSL | 20.59º | 0.77% | 0.74% | - |
| HSV(B) | 20.59º | 0.43% | 0.94% | - |
| XYZ | 55.47 | 50.25 | 30.82 | - |
| YUV | 189.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 138 | 0 | 0.28 | 0.42 | 0.06 | 20.59 | 0.77 | 0.74 |
| Hex | F0 | AD | 8A | 0 | 1C | 2A | 6 | 15 | 4D | 4A |
| Octal | 360 | 255 | 212 | 0 | 34 | 52 | 6 | 25 | 115 | 112 |
| Binary | 11110000 | 10101101 | 10001010 | 0 | 11100 | 101010 | 110 | 10101 | 1001101 | 1001010 |
Color Harmonies of #F0AD8A
Complementary color
Monochromatic Colors of #F0AD8A
Black with #F0AD8A
Text Example
Text Example
White with #F0AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD8A; }
p { color: rgb(240,173,138); }
H1.HeaderClassName
{
color: #F0AD8A;
}
.AnyTagClassName
{
color: #F0AD8A;
}
</style>
background-color css
<style>
a { background-color: #F0AD8A; }
a { background-color: rgb(240,173,138); }
div.DivClassName
{
background-color: #F0AD8A;
}
.BgClassName
{
background-color: #F0AD8A;
}
</style>
border-color css
<style>
span { border-color: #F0AD8A; }
span { border-color: rgb(240,173,138); }
td.TdClassName
{
border-color: #F0AD8A;
}
.TagClassName
{
border-color: #F0AD8A;
}
</style>