Shades of Mandys Pink #F2AB8C
Tints of Mandys Pink #F2AB8C
RGB
CMYK
RGB Variations
Color information
#F2AB8C (or 0xF2AB8C) is known color: Mandys Pink. HEX triplet: F2, AB and 8C. RGB value is (242,171,140). Sum of RGB (Red+Green+Blue) = 242+171+140=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AB8C is #0D5473. Grayscale: #BCBCBC. Windows color (decimal): -873588 or 9219058. OLE color: 9219058.
HSL color Cylindrical-coordinate representation of color #F2AB8C: hue angle of 18.24º 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 #F2AB8C is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 140 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.05 |
| HSL | 18.24º | 0.8% | 0.75% | - |
| HSV(B) | 18.24º | 0.42% | 0.95% | - |
| XYZ | 55.91 | 49.9 | 31.49 | - |
| YUV | 188.7 | 100.52 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 140 | 0 | 0.29 | 0.42 | 0.05 | 18.24 | 0.8 | 0.75 |
| Hex | F2 | AB | 8C | 0 | 1D | 2A | 5 | 12 | 50 | 4B |
| Octal | 362 | 253 | 214 | 0 | 35 | 52 | 5 | 22 | 120 | 113 |
| Binary | 11110010 | 10101011 | 10001100 | 0 | 11101 | 101010 | 101 | 10010 | 1010000 | 1001011 |
Color Harmonies of #F2AB8C
Complementary color
Monochromatic Colors of #F2AB8C
Black with #F2AB8C
Text Example
Text Example
White with #F2AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB8C; }
p { color: rgb(242,171,140); }
H1.HeaderClassName
{
color: #F2AB8C;
}
.AnyTagClassName
{
color: #F2AB8C;
}
</style>
background-color css
<style>
a { background-color: #F2AB8C; }
a { background-color: rgb(242,171,140); }
div.DivClassName
{
background-color: #F2AB8C;
}
.BgClassName
{
background-color: #F2AB8C;
}
</style>
border-color css
<style>
span { border-color: #F2AB8C; }
span { border-color: rgb(242,171,140); }
td.TdClassName
{
border-color: #F2AB8C;
}
.TagClassName
{
border-color: #F2AB8C;
}
</style>