Shades of Mandys Pink #F2AC90
Tints of Mandys Pink #F2AC90
RGB
CMYK
RGB Variations
Color information
#F2AC90 (or 0xF2AC90) is known color: Mandys Pink. HEX triplet: F2, AC and 90. RGB value is (242,172,144). Sum of RGB (Red+Green+Blue) = 242+172+144=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AC90 is #0D536F. Grayscale: #BDBDBD. Windows color (decimal): -873328 or 9481458. OLE color: 9481458.
HSL color Cylindrical-coordinate representation of color #F2AC90: hue angle of 17.14º 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 #F2AC90 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 144 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.05 |
| HSL | 17.14º | 0.79% | 0.76% | - |
| HSV(B) | 17.14º | 0.4% | 0.95% | - |
| XYZ | 56.4 | 50.4 | 33.14 | - |
| YUV | 189.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 144 | 0 | 0.29 | 0.40 | 0.05 | 17.14 | 0.79 | 0.76 |
| Hex | F2 | AC | 90 | 0 | 1D | 28 | 5 | 11 | 4F | 4C |
| Octal | 362 | 254 | 220 | 0 | 35 | 50 | 5 | 21 | 117 | 114 |
| Binary | 11110010 | 10101100 | 10010000 | 0 | 11101 | 101000 | 101 | 10001 | 1001111 | 1001100 |
Color Harmonies of #F2AC90
Complementary color
Monochromatic Colors of #F2AC90
Black with #F2AC90
Text Example
Text Example
White with #F2AC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AC90; }
p { color: rgb(242,172,144); }
H1.HeaderClassName
{
color: #F2AC90;
}
.AnyTagClassName
{
color: #F2AC90;
}
</style>
background-color css
<style>
a { background-color: #F2AC90; }
a { background-color: rgb(242,172,144); }
div.DivClassName
{
background-color: #F2AC90;
}
.BgClassName
{
background-color: #F2AC90;
}
</style>
border-color css
<style>
span { border-color: #F2AC90; }
span { border-color: rgb(242,172,144); }
td.TdClassName
{
border-color: #F2AC90;
}
.TagClassName
{
border-color: #F2AC90;
}
</style>