Shades of Mandys Pink #F3BA8D
Tints of Mandys Pink #F3BA8D
RGB
CMYK
RGB Variations
Color information
#F3BA8D (or 0xF3BA8D) is known color: Mandys Pink. HEX triplet: F3, BA and 8D. RGB value is (243,186,141). Sum of RGB (Red+Green+Blue) = 243+186+141=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BA8D is #0C4572. Grayscale: #C6C6C6. Windows color (decimal): -804211 or 9288435. OLE color: 9288435.
HSL color Cylindrical-coordinate representation of color #F3BA8D: hue angle of 26.47º degrees, saturation: 0.81, 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 #F3BA8D is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 141 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.05 |
| HSL | 26.47º | 0.81% | 0.75% | - |
| HSV(B) | 26.47º | 0.42% | 0.95% | - |
| XYZ | 59.33 | 56.1 | 32.9 | - |
| YUV | 197.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 141 | 0 | 0.23 | 0.42 | 0.05 | 26.47 | 0.81 | 0.75 |
| Hex | F3 | BA | 8D | 0 | 17 | 2A | 5 | 1A | 51 | 4B |
| Octal | 363 | 272 | 215 | 0 | 27 | 52 | 5 | 32 | 121 | 113 |
| Binary | 11110011 | 10111010 | 10001101 | 0 | 10111 | 101010 | 101 | 11010 | 1010001 | 1001011 |
Color Harmonies of #F3BA8D
Complementary color
Monochromatic Colors of #F3BA8D
Black with #F3BA8D
Text Example
Text Example
White with #F3BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA8D; }
p { color: rgb(243,186,141); }
H1.HeaderClassName
{
color: #F3BA8D;
}
.AnyTagClassName
{
color: #F3BA8D;
}
</style>
background-color css
<style>
a { background-color: #F3BA8D; }
a { background-color: rgb(243,186,141); }
div.DivClassName
{
background-color: #F3BA8D;
}
.BgClassName
{
background-color: #F3BA8D;
}
</style>
border-color css
<style>
span { border-color: #F3BA8D; }
span { border-color: rgb(243,186,141); }
td.TdClassName
{
border-color: #F3BA8D;
}
.TagClassName
{
border-color: #F3BA8D;
}
</style>