Shades of Mandys Pink #F5B58D
Tints of Mandys Pink #F5B58D
RGB
CMYK
RGB Variations
Color information
#F5B58D (or 0xF5B58D) is known color: Mandys Pink. HEX triplet: F5, B5 and 8D. RGB value is (245,181,141). Sum of RGB (Red+Green+Blue) = 245+181+141=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B58D is #0A4A72. Grayscale: #C3C3C3. Windows color (decimal): -674419 or 9287157. OLE color: 9287157.
HSL color Cylindrical-coordinate representation of color #F5B58D: hue angle of 23.08º 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 #F5B58D is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 181 | 141 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.04 |
| HSL | 23.08º | 0.84% | 0.76% | - |
| HSV(B) | 23.08º | 0.42% | 0.96% | - |
| XYZ | 58.99 | 54.38 | 32.59 | - |
| YUV | 195.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 181 | 141 | 0 | 0.26 | 0.42 | 0.04 | 23.08 | 0.84 | 0.76 |
| Hex | F5 | B5 | 8D | 0 | 1A | 2A | 4 | 17 | 54 | 4C |
| Octal | 365 | 265 | 215 | 0 | 32 | 52 | 4 | 27 | 124 | 114 |
| Binary | 11110101 | 10110101 | 10001101 | 0 | 11010 | 101010 | 100 | 10111 | 1010100 | 1001100 |
Color Harmonies of #F5B58D
Complementary color
Monochromatic Colors of #F5B58D
Black with #F5B58D
Text Example
Text Example
White with #F5B58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B58D; }
p { color: rgb(245,181,141); }
H1.HeaderClassName
{
color: #F5B58D;
}
.AnyTagClassName
{
color: #F5B58D;
}
</style>
background-color css
<style>
a { background-color: #F5B58D; }
a { background-color: rgb(245,181,141); }
div.DivClassName
{
background-color: #F5B58D;
}
.BgClassName
{
background-color: #F5B58D;
}
</style>
border-color css
<style>
span { border-color: #F5B58D; }
span { border-color: rgb(245,181,141); }
td.TdClassName
{
border-color: #F5B58D;
}
.TagClassName
{
border-color: #F5B58D;
}
</style>