Shades of Mandys Pink #F2BC91
Tints of Mandys Pink #F2BC91
RGB
CMYK
RGB Variations
Color information
#F2BC91 (or 0xF2BC91) is known color: Mandys Pink. HEX triplet: F2, BC and 91. RGB value is (242,188,145). Sum of RGB (Red+Green+Blue) = 242+188+145=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 145 (57.03% from 255 or 25.22% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BC91 is #0D436E. Grayscale: #C7C7C7. Windows color (decimal): -869231 or 9551090. OLE color: 9551090.
HSL color Cylindrical-coordinate representation of color #F2BC91: hue angle of 26.6º degrees, saturation: 0.79, 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 #F2BC91 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 145 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.05 |
| HSL | 26.6º | 0.79% | 0.76% | - |
| HSV(B) | 26.6º | 0.4% | 0.95% | - |
| XYZ | 59.71 | 56.89 | 34.62 | - |
| YUV | 199.24 | 97.39 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 145 | 0 | 0.22 | 0.40 | 0.05 | 26.6 | 0.79 | 0.76 |
| Hex | F2 | BC | 91 | 0 | 16 | 28 | 5 | 1B | 4F | 4C |
| Octal | 362 | 274 | 221 | 0 | 26 | 50 | 5 | 33 | 117 | 114 |
| Binary | 11110010 | 10111100 | 10010001 | 0 | 10110 | 101000 | 101 | 11011 | 1001111 | 1001100 |
Color Harmonies of #F2BC91
Complementary color
Monochromatic Colors of #F2BC91
Black with #F2BC91
Text Example
Text Example
White with #F2BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC91; }
p { color: rgb(242,188,145); }
H1.HeaderClassName
{
color: #F2BC91;
}
.AnyTagClassName
{
color: #F2BC91;
}
</style>
background-color css
<style>
a { background-color: #F2BC91; }
a { background-color: rgb(242,188,145); }
div.DivClassName
{
background-color: #F2BC91;
}
.BgClassName
{
background-color: #F2BC91;
}
</style>
border-color css
<style>
span { border-color: #F2BC91; }
span { border-color: rgb(242,188,145); }
td.TdClassName
{
border-color: #F2BC91;
}
.TagClassName
{
border-color: #F2BC91;
}
</style>