Shades of Mandys Pink #F8AF8D
Tints of Mandys Pink #F8AF8D
RGB
CMYK
RGB Variations
Color information
#F8AF8D (or 0xF8AF8D) is known color: Mandys Pink. HEX triplet: F8, AF and 8D. RGB value is (248,175,141). Sum of RGB (Red+Green+Blue) = 248+175+141=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AF8D is #075072. Grayscale: #C1C1C1. Windows color (decimal): -479347 or 9285624. OLE color: 9285624.
HSL color Cylindrical-coordinate representation of color #F8AF8D: hue angle of 19.07º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8AF8D is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 141 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.03 |
| HSL | 19.07º | 0.88% | 0.76% | - |
| HSV(B) | 19.07º | 0.43% | 0.97% | - |
| XYZ | 58.85 | 52.54 | 32.24 | - |
| YUV | 192.95 | 98.68 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 141 | 0 | 0.29 | 0.43 | 0.03 | 19.07 | 0.88 | 0.76 |
| Hex | F8 | AF | 8D | 0 | 1D | 2B | 3 | 13 | 58 | 4C |
| Octal | 370 | 257 | 215 | 0 | 35 | 53 | 3 | 23 | 130 | 114 |
| Binary | 11111000 | 10101111 | 10001101 | 0 | 11101 | 101011 | 11 | 10011 | 1011000 | 1001100 |
Color Harmonies of #F8AF8D
Complementary color
Monochromatic Colors of #F8AF8D
Black with #F8AF8D
Text Example
Text Example
White with #F8AF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF8D; }
p { color: rgb(248,175,141); }
H1.HeaderClassName
{
color: #F8AF8D;
}
.AnyTagClassName
{
color: #F8AF8D;
}
</style>
background-color css
<style>
a { background-color: #F8AF8D; }
a { background-color: rgb(248,175,141); }
div.DivClassName
{
background-color: #F8AF8D;
}
.BgClassName
{
background-color: #F8AF8D;
}
</style>
border-color css
<style>
span { border-color: #F8AF8D; }
span { border-color: rgb(248,175,141); }
td.TdClassName
{
border-color: #F8AF8D;
}
.TagClassName
{
border-color: #F8AF8D;
}
</style>