Shades of Mandys Pink #F5BC8D
Tints of Mandys Pink #F5BC8D
RGB
CMYK
RGB Variations
Color information
#F5BC8D (or 0xF5BC8D) is known color: Mandys Pink. HEX triplet: F5, BC and 8D. RGB value is (245,188,141). Sum of RGB (Red+Green+Blue) = 245+188+141=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BC8D is #0A4372. Grayscale: #C7C7C7. Windows color (decimal): -672627 or 9288949. OLE color: 9288949.
HSL color Cylindrical-coordinate representation of color #F5BC8D: hue angle of 27.12º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5BC8D is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 141 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.04 |
| HSL | 27.12º | 0.84% | 0.76% | - |
| HSV(B) | 27.12º | 0.42% | 0.96% | - |
| XYZ | 60.45 | 57.3 | 33.07 | - |
| YUV | 199.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 141 | 0 | 0.23 | 0.42 | 0.04 | 27.12 | 0.84 | 0.76 |
| Hex | F5 | BC | 8D | 0 | 17 | 2A | 4 | 1B | 54 | 4C |
| Octal | 365 | 274 | 215 | 0 | 27 | 52 | 4 | 33 | 124 | 114 |
| Binary | 11110101 | 10111100 | 10001101 | 0 | 10111 | 101010 | 100 | 11011 | 1010100 | 1001100 |
Color Harmonies of #F5BC8D
Complementary color
Monochromatic Colors of #F5BC8D
Black with #F5BC8D
Text Example
Text Example
White with #F5BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BC8D; }
p { color: rgb(245,188,141); }
H1.HeaderClassName
{
color: #F5BC8D;
}
.AnyTagClassName
{
color: #F5BC8D;
}
</style>
background-color css
<style>
a { background-color: #F5BC8D; }
a { background-color: rgb(245,188,141); }
div.DivClassName
{
background-color: #F5BC8D;
}
.BgClassName
{
background-color: #F5BC8D;
}
</style>
border-color css
<style>
span { border-color: #F5BC8D; }
span { border-color: rgb(245,188,141); }
td.TdClassName
{
border-color: #F5BC8D;
}
.TagClassName
{
border-color: #F5BC8D;
}
</style>