Shades of Mandys Pink #F2AB91
Tints of Mandys Pink #F2AB91
RGB
CMYK
RGB Variations
Color information
#F2AB91 (or 0xF2AB91) is known color: Mandys Pink. HEX triplet: F2, AB and 91. RGB value is (242,171,145). Sum of RGB (Red+Green+Blue) = 242+171+145=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 145 (57.03% from 255 or 25.99% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AB91 is #0D546E. Grayscale: #BDBDBD. Windows color (decimal): -873583 or 9546738. OLE color: 9546738.
HSL color Cylindrical-coordinate representation of color #F2AB91: hue angle of 16.08º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2AB91 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 145 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.05 |
| HSL | 16.08º | 0.79% | 0.76% | - |
| HSV(B) | 16.08º | 0.4% | 0.95% | - |
| XYZ | 56.29 | 50.05 | 33.48 | - |
| YUV | 189.27 | 103.02 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 145 | 0 | 0.29 | 0.40 | 0.05 | 16.08 | 0.79 | 0.76 |
| Hex | F2 | AB | 91 | 0 | 1D | 28 | 5 | 10 | 4F | 4C |
| Octal | 362 | 253 | 221 | 0 | 35 | 50 | 5 | 20 | 117 | 114 |
| Binary | 11110010 | 10101011 | 10010001 | 0 | 11101 | 101000 | 101 | 10000 | 1001111 | 1001100 |
Color Harmonies of #F2AB91
Complementary color
Monochromatic Colors of #F2AB91
Black with #F2AB91
Text Example
Text Example
White with #F2AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB91; }
p { color: rgb(242,171,145); }
H1.HeaderClassName
{
color: #F2AB91;
}
.AnyTagClassName
{
color: #F2AB91;
}
</style>
background-color css
<style>
a { background-color: #F2AB91; }
a { background-color: rgb(242,171,145); }
div.DivClassName
{
background-color: #F2AB91;
}
.BgClassName
{
background-color: #F2AB91;
}
</style>
border-color css
<style>
span { border-color: #F2AB91; }
span { border-color: rgb(242,171,145); }
td.TdClassName
{
border-color: #F2AB91;
}
.TagClassName
{
border-color: #F2AB91;
}
</style>