Shades of Mandys Pink #F5AF8C
Tints of Mandys Pink #F5AF8C
RGB
CMYK
RGB Variations
Color information
#F5AF8C (or 0xF5AF8C) is known color: Mandys Pink. HEX triplet: F5, AF and 8C. RGB value is (245,175,140). Sum of RGB (Red+Green+Blue) = 245+175+140=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AF8C is #0A5073. Grayscale: #C0C0C0. Windows color (decimal): -675956 or 9220085. OLE color: 9220085.
HSL color Cylindrical-coordinate representation of color #F5AF8C: hue angle of 20º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5AF8C is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 140 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.04 |
| HSL | 20º | 0.84% | 0.75% | - |
| HSV(B) | 20º | 0.43% | 0.96% | - |
| XYZ | 57.72 | 51.97 | 31.8 | - |
| YUV | 191.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 140 | 0 | 0.29 | 0.43 | 0.04 | 20 | 0.84 | 0.75 |
| Hex | F5 | AF | 8C | 0 | 1D | 2B | 4 | 14 | 54 | 4B |
| Octal | 365 | 257 | 214 | 0 | 35 | 53 | 4 | 24 | 124 | 113 |
| Binary | 11110101 | 10101111 | 10001100 | 0 | 11101 | 101011 | 100 | 10100 | 1010100 | 1001011 |
Color Harmonies of #F5AF8C
Complementary color
Monochromatic Colors of #F5AF8C
Black with #F5AF8C
Text Example
Text Example
White with #F5AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF8C; }
p { color: rgb(245,175,140); }
H1.HeaderClassName
{
color: #F5AF8C;
}
.AnyTagClassName
{
color: #F5AF8C;
}
</style>
background-color css
<style>
a { background-color: #F5AF8C; }
a { background-color: rgb(245,175,140); }
div.DivClassName
{
background-color: #F5AF8C;
}
.BgClassName
{
background-color: #F5AF8C;
}
</style>
border-color css
<style>
span { border-color: #F5AF8C; }
span { border-color: rgb(245,175,140); }
td.TdClassName
{
border-color: #F5AF8C;
}
.TagClassName
{
border-color: #F5AF8C;
}
</style>