Shades of Mandys Pink #F5AF8B
Tints of Mandys Pink #F5AF8B
RGB
CMYK
RGB Variations
Color information
#F5AF8B (or 0xF5AF8B) is known color: Mandys Pink. HEX triplet: F5, AF and 8B. RGB value is (245,175,139). Sum of RGB (Red+Green+Blue) = 245+175+139=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AF8B is #0A5074. Grayscale: #C0C0C0. Windows color (decimal): -675957 or 9154549. OLE color: 9154549.
HSL color Cylindrical-coordinate representation of color #F5AF8B: hue angle of 20.38º 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 #F5AF8B is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 139 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.04 |
| HSL | 20.38º | 0.84% | 0.75% | - |
| HSV(B) | 20.38º | 0.43% | 0.96% | - |
| XYZ | 57.65 | 51.94 | 31.41 | - |
| YUV | 191.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 139 | 0 | 0.29 | 0.43 | 0.04 | 20.38 | 0.84 | 0.75 |
| Hex | F5 | AF | 8B | 0 | 1D | 2B | 4 | 14 | 54 | 4B |
| Octal | 365 | 257 | 213 | 0 | 35 | 53 | 4 | 24 | 124 | 113 |
| Binary | 11110101 | 10101111 | 10001011 | 0 | 11101 | 101011 | 100 | 10100 | 1010100 | 1001011 |
Color Harmonies of #F5AF8B
Complementary color
Monochromatic Colors of #F5AF8B
Black with #F5AF8B
Text Example
Text Example
White with #F5AF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF8B; }
p { color: rgb(245,175,139); }
H1.HeaderClassName
{
color: #F5AF8B;
}
.AnyTagClassName
{
color: #F5AF8B;
}
</style>
background-color css
<style>
a { background-color: #F5AF8B; }
a { background-color: rgb(245,175,139); }
div.DivClassName
{
background-color: #F5AF8B;
}
.BgClassName
{
background-color: #F5AF8B;
}
</style>
border-color css
<style>
span { border-color: #F5AF8B; }
span { border-color: rgb(245,175,139); }
td.TdClassName
{
border-color: #F5AF8B;
}
.TagClassName
{
border-color: #F5AF8B;
}
</style>