Shades of Mandys Pink #F5BBA3
Tints of Mandys Pink #F5BBA3
RGB
CMYK
RGB Variations
Color information
#F5BBA3 (or 0xF5BBA3) is known color: Mandys Pink. HEX triplet: F5, BB and A3. RGB value is (245,187,163). Sum of RGB (Red+Green+Blue) = 245+187+163=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 163 (64.06% from 255 or 27.39% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BBA3 is #0A445C. Grayscale: #C9C9C9. Windows color (decimal): -672861 or 10730485. OLE color: 10730485.
HSL color Cylindrical-coordinate representation of color #F5BBA3: hue angle of 17.56º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5BBA3 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 163 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.04 |
| HSL | 17.56º | 0.8% | 0.8% | - |
| HSV(B) | 17.56º | 0.33% | 0.96% | - |
| XYZ | 62.04 | 57.6 | 42.5 | - |
| YUV | 201.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 163 | 0 | 0.24 | 0.33 | 0.04 | 17.56 | 0.8 | 0.8 |
| Hex | F5 | BB | A3 | 0 | 18 | 21 | 4 | 12 | 50 | 50 |
| Octal | 365 | 273 | 243 | 0 | 30 | 41 | 4 | 22 | 120 | 120 |
| Binary | 11110101 | 10111011 | 10100011 | 0 | 11000 | 100001 | 100 | 10010 | 1010000 | 1010000 |
Color Harmonies of #F5BBA3
Complementary color
Monochromatic Colors of #F5BBA3
Black with #F5BBA3
Text Example
Text Example
White with #F5BBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBA3; }
p { color: rgb(245,187,163); }
H1.HeaderClassName
{
color: #F5BBA3;
}
.AnyTagClassName
{
color: #F5BBA3;
}
</style>
background-color css
<style>
a { background-color: #F5BBA3; }
a { background-color: rgb(245,187,163); }
div.DivClassName
{
background-color: #F5BBA3;
}
.BgClassName
{
background-color: #F5BBA3;
}
</style>
border-color css
<style>
span { border-color: #F5BBA3; }
span { border-color: rgb(245,187,163); }
td.TdClassName
{
border-color: #F5BBA3;
}
.TagClassName
{
border-color: #F5BBA3;
}
</style>