Shades of Mandys Pink #F8AF8C
Tints of Mandys Pink #F8AF8C
RGB
CMYK
RGB Variations
Color information
#F8AF8C (or 0xF8AF8C) is known color: Mandys Pink. HEX triplet: F8, AF and 8C. RGB value is (248,175,140). Sum of RGB (Red+Green+Blue) = 248+175+140=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AF8C is #075073. Grayscale: #C1C1C1. Windows color (decimal): -479348 or 9220088. OLE color: 9220088.
HSL color Cylindrical-coordinate representation of color #F8AF8C: hue angle of 19.44º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8AF8C is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 140 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.03 |
| HSL | 19.44º | 0.89% | 0.76% | - |
| HSV(B) | 19.44º | 0.44% | 0.97% | - |
| XYZ | 58.77 | 52.51 | 31.85 | - |
| YUV | 192.84 | 98.18 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 140 | 0 | 0.29 | 0.44 | 0.03 | 19.44 | 0.89 | 0.76 |
| Hex | F8 | AF | 8C | 0 | 1D | 2C | 3 | 13 | 59 | 4C |
| Octal | 370 | 257 | 214 | 0 | 35 | 54 | 3 | 23 | 131 | 114 |
| Binary | 11111000 | 10101111 | 10001100 | 0 | 11101 | 101100 | 11 | 10011 | 1011001 | 1001100 |
Color Harmonies of #F8AF8C
Complementary color
Monochromatic Colors of #F8AF8C
Black with #F8AF8C
Text Example
Text Example
White with #F8AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF8C; }
p { color: rgb(248,175,140); }
H1.HeaderClassName
{
color: #F8AF8C;
}
.AnyTagClassName
{
color: #F8AF8C;
}
</style>
background-color css
<style>
a { background-color: #F8AF8C; }
a { background-color: rgb(248,175,140); }
div.DivClassName
{
background-color: #F8AF8C;
}
.BgClassName
{
background-color: #F8AF8C;
}
</style>
border-color css
<style>
span { border-color: #F8AF8C; }
span { border-color: rgb(248,175,140); }
td.TdClassName
{
border-color: #F8AF8C;
}
.TagClassName
{
border-color: #F8AF8C;
}
</style>