Shades of Mandys Pink #F2BA99
Tints of Mandys Pink #F2BA99
RGB
CMYK
RGB Variations
Color information
#F2BA99 (or 0xF2BA99) is known color: Mandys Pink. HEX triplet: F2, BA and 99. RGB value is (242,186,153). Sum of RGB (Red+Green+Blue) = 242+186+153=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BA99 is #0D4566. Grayscale: #C7C7C7. Windows color (decimal): -869735 or 10074866. OLE color: 10074866.
HSL color Cylindrical-coordinate representation of color #F2BA99: hue angle of 22.25º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2BA99 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 153 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.05 |
| HSL | 22.25º | 0.77% | 0.77% | - |
| HSV(B) | 22.25º | 0.37% | 0.95% | - |
| XYZ | 59.93 | 56.29 | 37.84 | - |
| YUV | 198.98 | 102.05 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 153 | 0 | 0.23 | 0.37 | 0.05 | 22.25 | 0.77 | 0.77 |
| Hex | F2 | BA | 99 | 0 | 17 | 25 | 5 | 16 | 4D | 4D |
| Octal | 362 | 272 | 231 | 0 | 27 | 45 | 5 | 26 | 115 | 115 |
| Binary | 11110010 | 10111010 | 10011001 | 0 | 10111 | 100101 | 101 | 10110 | 1001101 | 1001101 |
Color Harmonies of #F2BA99
Complementary color
Monochromatic Colors of #F2BA99
Black with #F2BA99
Text Example
Text Example
White with #F2BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA99; }
p { color: rgb(242,186,153); }
H1.HeaderClassName
{
color: #F2BA99;
}
.AnyTagClassName
{
color: #F2BA99;
}
</style>
background-color css
<style>
a { background-color: #F2BA99; }
a { background-color: rgb(242,186,153); }
div.DivClassName
{
background-color: #F2BA99;
}
.BgClassName
{
background-color: #F2BA99;
}
</style>
border-color css
<style>
span { border-color: #F2BA99; }
span { border-color: rgb(242,186,153); }
td.TdClassName
{
border-color: #F2BA99;
}
.TagClassName
{
border-color: #F2BA99;
}
</style>