Shades of Mandys Pink #F5B18D
Tints of Mandys Pink #F5B18D
RGB
CMYK
RGB Variations
Color information
#F5B18D (or 0xF5B18D) is known color: Mandys Pink. HEX triplet: F5, B1 and 8D. RGB value is (245,177,141). Sum of RGB (Red+Green+Blue) = 245+177+141=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5B18D is #0A4E72. Grayscale: #C1C1C1. Windows color (decimal): -675443 or 9286133. OLE color: 9286133.
HSL color Cylindrical-coordinate representation of color #F5B18D: hue angle of 20.77º 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 #F5B18D is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 177 | 141 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.04 |
| HSL | 20.77º | 0.84% | 0.76% | - |
| HSV(B) | 20.77º | 0.42% | 0.96% | - |
| XYZ | 58.19 | 52.78 | 32.32 | - |
| YUV | 193.23 | 98.53 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 177 | 141 | 0 | 0.28 | 0.42 | 0.04 | 20.77 | 0.84 | 0.76 |
| Hex | F5 | B1 | 8D | 0 | 1C | 2A | 4 | 15 | 54 | 4C |
| Octal | 365 | 261 | 215 | 0 | 34 | 52 | 4 | 25 | 124 | 114 |
| Binary | 11110101 | 10110001 | 10001101 | 0 | 11100 | 101010 | 100 | 10101 | 1010100 | 1001100 |
Color Harmonies of #F5B18D
Complementary color
Monochromatic Colors of #F5B18D
Black with #F5B18D
Text Example
Text Example
White with #F5B18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B18D; }
p { color: rgb(245,177,141); }
H1.HeaderClassName
{
color: #F5B18D;
}
.AnyTagClassName
{
color: #F5B18D;
}
</style>
background-color css
<style>
a { background-color: #F5B18D; }
a { background-color: rgb(245,177,141); }
div.DivClassName
{
background-color: #F5B18D;
}
.BgClassName
{
background-color: #F5B18D;
}
</style>
border-color css
<style>
span { border-color: #F5B18D; }
span { border-color: rgb(245,177,141); }
td.TdClassName
{
border-color: #F5B18D;
}
.TagClassName
{
border-color: #F5B18D;
}
</style>