Shades of Mandys Pink #F3BA91
Tints of Mandys Pink #F3BA91
RGB
CMYK
RGB Variations
Color information
#F3BA91 (or 0xF3BA91) is known color: Mandys Pink. HEX triplet: F3, BA and 91. RGB value is (243,186,145). Sum of RGB (Red+Green+Blue) = 243+186+145=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 145 (57.03% from 255 or 25.26% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BA91 is #0C456E. Grayscale: #C6C6C6. Windows color (decimal): -804207 or 9550579. OLE color: 9550579.
HSL color Cylindrical-coordinate representation of color #F3BA91: hue angle of 25.1º degrees, saturation: 0.8, 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 #F3BA91 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 145 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.05 |
| HSL | 25.1º | 0.8% | 0.76% | - |
| HSV(B) | 25.1º | 0.4% | 0.95% | - |
| XYZ | 59.63 | 56.22 | 34.5 | - |
| YUV | 198.37 | 97.88 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 145 | 0 | 0.23 | 0.40 | 0.05 | 25.1 | 0.8 | 0.76 |
| Hex | F3 | BA | 91 | 0 | 17 | 28 | 5 | 19 | 50 | 4C |
| Octal | 363 | 272 | 221 | 0 | 27 | 50 | 5 | 31 | 120 | 114 |
| Binary | 11110011 | 10111010 | 10010001 | 0 | 10111 | 101000 | 101 | 11001 | 1010000 | 1001100 |
Color Harmonies of #F3BA91
Complementary color
Monochromatic Colors of #F3BA91
Black with #F3BA91
Text Example
Text Example
White with #F3BA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA91; }
p { color: rgb(243,186,145); }
H1.HeaderClassName
{
color: #F3BA91;
}
.AnyTagClassName
{
color: #F3BA91;
}
</style>
background-color css
<style>
a { background-color: #F3BA91; }
a { background-color: rgb(243,186,145); }
div.DivClassName
{
background-color: #F3BA91;
}
.BgClassName
{
background-color: #F3BA91;
}
</style>
border-color css
<style>
span { border-color: #F3BA91; }
span { border-color: rgb(243,186,145); }
td.TdClassName
{
border-color: #F3BA91;
}
.TagClassName
{
border-color: #F3BA91;
}
</style>