Shades of Mandys Pink #F2BA8D
Tints of Mandys Pink #F2BA8D
RGB
CMYK
RGB Variations
Color information
#F2BA8D (or 0xF2BA8D) is known color: Mandys Pink. HEX triplet: F2, BA and 8D. RGB value is (242,186,141). Sum of RGB (Red+Green+Blue) = 242+186+141=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BA8D is #0D4572. Grayscale: #C5C5C5. Windows color (decimal): -869747 or 9288434. OLE color: 9288434.
HSL color Cylindrical-coordinate representation of color #F2BA8D: hue angle of 26.73º 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 #F2BA8D is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 141 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.05 |
| HSL | 26.73º | 0.8% | 0.75% | - |
| HSV(B) | 26.73º | 0.42% | 0.95% | - |
| XYZ | 58.98 | 55.92 | 32.88 | - |
| YUV | 197.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 141 | 0 | 0.23 | 0.42 | 0.05 | 26.73 | 0.8 | 0.75 |
| Hex | F2 | BA | 8D | 0 | 17 | 2A | 5 | 1B | 50 | 4B |
| Octal | 362 | 272 | 215 | 0 | 27 | 52 | 5 | 33 | 120 | 113 |
| Binary | 11110010 | 10111010 | 10001101 | 0 | 10111 | 101010 | 101 | 11011 | 1010000 | 1001011 |
Color Harmonies of #F2BA8D
Complementary color
Monochromatic Colors of #F2BA8D
Black with #F2BA8D
Text Example
Text Example
White with #F2BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA8D; }
p { color: rgb(242,186,141); }
H1.HeaderClassName
{
color: #F2BA8D;
}
.AnyTagClassName
{
color: #F2BA8D;
}
</style>
background-color css
<style>
a { background-color: #F2BA8D; }
a { background-color: rgb(242,186,141); }
div.DivClassName
{
background-color: #F2BA8D;
}
.BgClassName
{
background-color: #F2BA8D;
}
</style>
border-color css
<style>
span { border-color: #F2BA8D; }
span { border-color: rgb(242,186,141); }
td.TdClassName
{
border-color: #F2BA8D;
}
.TagClassName
{
border-color: #F2BA8D;
}
</style>