Shades of Mandys Pink #F2BBA2
Tints of Mandys Pink #F2BBA2
RGB
CMYK
RGB Variations
Color information
#F2BBA2 (or 0xF2BBA2) is known color: Mandys Pink. HEX triplet: F2, BB and A2. RGB value is (242,187,162). Sum of RGB (Red+Green+Blue) = 242+187+162=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BBA2 is #0D445D. Grayscale: #C8C8C8. Windows color (decimal): -869470 or 10664946. OLE color: 10664946.
HSL color Cylindrical-coordinate representation of color #F2BBA2: hue angle of 18.75º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2BBA2 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 162 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.05 |
| HSL | 18.75º | 0.75% | 0.79% | - |
| HSV(B) | 18.75º | 0.33% | 0.95% | - |
| XYZ | 60.91 | 57.03 | 41.98 | - |
| YUV | 200.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 162 | 0 | 0.23 | 0.33 | 0.05 | 18.75 | 0.75 | 0.79 |
| Hex | F2 | BB | A2 | 0 | 17 | 21 | 5 | 13 | 4B | 4F |
| Octal | 362 | 273 | 242 | 0 | 27 | 41 | 5 | 23 | 113 | 117 |
| Binary | 11110010 | 10111011 | 10100010 | 0 | 10111 | 100001 | 101 | 10011 | 1001011 | 1001111 |
Color Harmonies of #F2BBA2
Complementary color
Monochromatic Colors of #F2BBA2
Black with #F2BBA2
Text Example
Text Example
White with #F2BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBA2; }
p { color: rgb(242,187,162); }
H1.HeaderClassName
{
color: #F2BBA2;
}
.AnyTagClassName
{
color: #F2BBA2;
}
</style>
background-color css
<style>
a { background-color: #F2BBA2; }
a { background-color: rgb(242,187,162); }
div.DivClassName
{
background-color: #F2BBA2;
}
.BgClassName
{
background-color: #F2BBA2;
}
</style>
border-color css
<style>
span { border-color: #F2BBA2; }
span { border-color: rgb(242,187,162); }
td.TdClassName
{
border-color: #F2BBA2;
}
.TagClassName
{
border-color: #F2BBA2;
}
</style>