Shades of Mandys Pink #F3BBA2
Tints of Mandys Pink #F3BBA2
RGB
CMYK
RGB Variations
Color information
#F3BBA2 (or 0xF3BBA2) is known color: Mandys Pink. HEX triplet: F3, BB and A2. RGB value is (243,187,162). Sum of RGB (Red+Green+Blue) = 243+187+162=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 162 (63.67% from 255 or 27.36% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BBA2 is #0C445D. Grayscale: #C9C9C9. Windows color (decimal): -803934 or 10664947. OLE color: 10664947.
HSL color Cylindrical-coordinate representation of color #F3BBA2: hue angle of 18.52º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3BBA2 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 162 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.05 |
| HSL | 18.52º | 0.77% | 0.79% | - |
| HSV(B) | 18.52º | 0.33% | 0.95% | - |
| XYZ | 61.25 | 57.2 | 42 | - |
| YUV | 200.89 | 106.05 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 162 | 0 | 0.23 | 0.33 | 0.05 | 18.52 | 0.77 | 0.79 |
| Hex | F3 | BB | A2 | 0 | 17 | 21 | 5 | 13 | 4D | 4F |
| Octal | 363 | 273 | 242 | 0 | 27 | 41 | 5 | 23 | 115 | 117 |
| Binary | 11110011 | 10111011 | 10100010 | 0 | 10111 | 100001 | 101 | 10011 | 1001101 | 1001111 |
Color Harmonies of #F3BBA2
Complementary color
Monochromatic Colors of #F3BBA2
Black with #F3BBA2
Text Example
Text Example
White with #F3BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBA2; }
p { color: rgb(243,187,162); }
H1.HeaderClassName
{
color: #F3BBA2;
}
.AnyTagClassName
{
color: #F3BBA2;
}
</style>
background-color css
<style>
a { background-color: #F3BBA2; }
a { background-color: rgb(243,187,162); }
div.DivClassName
{
background-color: #F3BBA2;
}
.BgClassName
{
background-color: #F3BBA2;
}
</style>
border-color css
<style>
span { border-color: #F3BBA2; }
span { border-color: rgb(243,187,162); }
td.TdClassName
{
border-color: #F3BBA2;
}
.TagClassName
{
border-color: #F3BBA2;
}
</style>