Shades of Mandys Pink #F0AF8D
Tints of Mandys Pink #F0AF8D
RGB
CMYK
RGB Variations
Color information
#F0AF8D (or 0xF0AF8D) is known color: Mandys Pink. HEX triplet: F0, AF and 8D. RGB value is (240,175,141). Sum of RGB (Red+Green+Blue) = 240+175+141=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AF8D is #0F5072. Grayscale: #BEBEBE. Windows color (decimal): -1003635 or 9285616. OLE color: 9285616.
HSL color Cylindrical-coordinate representation of color #F0AF8D: hue angle of 20.61º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0AF8D is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 141 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.06 |
| HSL | 20.61º | 0.77% | 0.75% | - |
| HSV(B) | 20.61º | 0.41% | 0.94% | - |
| XYZ | 56.07 | 51.11 | 32.11 | - |
| YUV | 190.56 | 100.03 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 141 | 0 | 0.27 | 0.41 | 0.06 | 20.61 | 0.77 | 0.75 |
| Hex | F0 | AF | 8D | 0 | 1B | 29 | 6 | 15 | 4D | 4B |
| Octal | 360 | 257 | 215 | 0 | 33 | 51 | 6 | 25 | 115 | 113 |
| Binary | 11110000 | 10101111 | 10001101 | 0 | 11011 | 101001 | 110 | 10101 | 1001101 | 1001011 |
Color Harmonies of #F0AF8D
Complementary color
Monochromatic Colors of #F0AF8D
Black with #F0AF8D
Text Example
Text Example
White with #F0AF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF8D; }
p { color: rgb(240,175,141); }
H1.HeaderClassName
{
color: #F0AF8D;
}
.AnyTagClassName
{
color: #F0AF8D;
}
</style>
background-color css
<style>
a { background-color: #F0AF8D; }
a { background-color: rgb(240,175,141); }
div.DivClassName
{
background-color: #F0AF8D;
}
.BgClassName
{
background-color: #F0AF8D;
}
</style>
border-color css
<style>
span { border-color: #F0AF8D; }
span { border-color: rgb(240,175,141); }
td.TdClassName
{
border-color: #F0AF8D;
}
.TagClassName
{
border-color: #F0AF8D;
}
</style>