Shades of Mandys Pink #F2AF8C
Tints of Mandys Pink #F2AF8C
RGB
CMYK
RGB Variations
Color information
#F2AF8C (or 0xF2AF8C) is known color: Mandys Pink. HEX triplet: F2, AF and 8C. RGB value is (242,175,140). Sum of RGB (Red+Green+Blue) = 242+175+140=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF8C is #0D5073. Grayscale: #BFBFBF. Windows color (decimal): -872564 or 9220082. OLE color: 9220082.
HSL color Cylindrical-coordinate representation of color #F2AF8C: hue angle of 20.59º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2AF8C is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 140 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.05 |
| HSL | 20.59º | 0.8% | 0.75% | - |
| HSV(B) | 20.59º | 0.42% | 0.95% | - |
| XYZ | 56.68 | 51.43 | 31.75 | - |
| YUV | 191.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 140 | 0 | 0.28 | 0.42 | 0.05 | 20.59 | 0.8 | 0.75 |
| Hex | F2 | AF | 8C | 0 | 1C | 2A | 5 | 15 | 50 | 4B |
| Octal | 362 | 257 | 214 | 0 | 34 | 52 | 5 | 25 | 120 | 113 |
| Binary | 11110010 | 10101111 | 10001100 | 0 | 11100 | 101010 | 101 | 10101 | 1010000 | 1001011 |
Color Harmonies of #F2AF8C
Complementary color
Monochromatic Colors of #F2AF8C
Black with #F2AF8C
Text Example
Text Example
White with #F2AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF8C; }
p { color: rgb(242,175,140); }
H1.HeaderClassName
{
color: #F2AF8C;
}
.AnyTagClassName
{
color: #F2AF8C;
}
</style>
background-color css
<style>
a { background-color: #F2AF8C; }
a { background-color: rgb(242,175,140); }
div.DivClassName
{
background-color: #F2AF8C;
}
.BgClassName
{
background-color: #F2AF8C;
}
</style>
border-color css
<style>
span { border-color: #F2AF8C; }
span { border-color: rgb(242,175,140); }
td.TdClassName
{
border-color: #F2AF8C;
}
.TagClassName
{
border-color: #F2AF8C;
}
</style>