Shades of Mandys Pink #F2AB8D
Tints of Mandys Pink #F2AB8D
RGB
CMYK
RGB Variations
Color information
#F2AB8D (or 0xF2AB8D) is known color: Mandys Pink. HEX triplet: F2, AB and 8D. RGB value is (242,171,141). Sum of RGB (Red+Green+Blue) = 242+171+141=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AB8D is #0D5472. Grayscale: #BDBDBD. Windows color (decimal): -873587 or 9284594. OLE color: 9284594.
HSL color Cylindrical-coordinate representation of color #F2AB8D: hue angle of 17.82º 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 #F2AB8D is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 141 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.05 |
| HSL | 17.82º | 0.8% | 0.75% | - |
| HSV(B) | 17.82º | 0.42% | 0.95% | - |
| XYZ | 55.99 | 49.93 | 31.89 | - |
| YUV | 188.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 141 | 0 | 0.29 | 0.42 | 0.05 | 17.82 | 0.8 | 0.75 |
| Hex | F2 | AB | 8D | 0 | 1D | 2A | 5 | 12 | 50 | 4B |
| Octal | 362 | 253 | 215 | 0 | 35 | 52 | 5 | 22 | 120 | 113 |
| Binary | 11110010 | 10101011 | 10001101 | 0 | 11101 | 101010 | 101 | 10010 | 1010000 | 1001011 |
Color Harmonies of #F2AB8D
Complementary color
Monochromatic Colors of #F2AB8D
Black with #F2AB8D
Text Example
Text Example
White with #F2AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB8D; }
p { color: rgb(242,171,141); }
H1.HeaderClassName
{
color: #F2AB8D;
}
.AnyTagClassName
{
color: #F2AB8D;
}
</style>
background-color css
<style>
a { background-color: #F2AB8D; }
a { background-color: rgb(242,171,141); }
div.DivClassName
{
background-color: #F2AB8D;
}
.BgClassName
{
background-color: #F2AB8D;
}
</style>
border-color css
<style>
span { border-color: #F2AB8D; }
span { border-color: rgb(242,171,141); }
td.TdClassName
{
border-color: #F2AB8D;
}
.TagClassName
{
border-color: #F2AB8D;
}
</style>