Shades of Mandys Pink #F5BD99
Tints of Mandys Pink #F5BD99
RGB
CMYK
RGB Variations
Color information
#F5BD99 (or 0xF5BD99) is known color: Mandys Pink. HEX triplet: F5, BD and 99. RGB value is (245,189,153). Sum of RGB (Red+Green+Blue) = 245+189+153=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 153 (60.16% from 255 or 26.06% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BD99 is #0A4266. Grayscale: #C9C9C9. Windows color (decimal): -672359 or 10075637. OLE color: 10075637.
HSL color Cylindrical-coordinate representation of color #F5BD99: hue angle of 23.48º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5BD99 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 153 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.04 |
| HSL | 23.48º | 0.82% | 0.78% | - |
| HSV(B) | 23.48º | 0.38% | 0.96% | - |
| XYZ | 61.6 | 58.11 | 38.11 | - |
| YUV | 201.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 153 | 0 | 0.23 | 0.38 | 0.04 | 23.48 | 0.82 | 0.78 |
| Hex | F5 | BD | 99 | 0 | 17 | 26 | 4 | 17 | 52 | 4E |
| Octal | 365 | 275 | 231 | 0 | 27 | 46 | 4 | 27 | 122 | 116 |
| Binary | 11110101 | 10111101 | 10011001 | 0 | 10111 | 100110 | 100 | 10111 | 1010010 | 1001110 |
Color Harmonies of #F5BD99
Complementary color
Monochromatic Colors of #F5BD99
Black with #F5BD99
Text Example
Text Example
White with #F5BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BD99; }
p { color: rgb(245,189,153); }
H1.HeaderClassName
{
color: #F5BD99;
}
.AnyTagClassName
{
color: #F5BD99;
}
</style>
background-color css
<style>
a { background-color: #F5BD99; }
a { background-color: rgb(245,189,153); }
div.DivClassName
{
background-color: #F5BD99;
}
.BgClassName
{
background-color: #F5BD99;
}
</style>
border-color css
<style>
span { border-color: #F5BD99; }
span { border-color: rgb(245,189,153); }
td.TdClassName
{
border-color: #F5BD99;
}
.TagClassName
{
border-color: #F5BD99;
}
</style>