Shades of Mandys Pink #F5B88E
Tints of Mandys Pink #F5B88E
RGB
CMYK
RGB Variations
Color information
#F5B88E (or 0xF5B88E) is known color: Mandys Pink. HEX triplet: F5, B8 and 8E. RGB value is (245,184,142). Sum of RGB (Red+Green+Blue) = 245+184+142=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B88E is #0A4771. Grayscale: #C5C5C5. Windows color (decimal): -673650 or 9353461. OLE color: 9353461.
HSL color Cylindrical-coordinate representation of color #F5B88E: hue angle of 24.47º 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 #F5B88E is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 184 | 142 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.04 |
| HSL | 24.47º | 0.84% | 0.76% | - |
| HSV(B) | 24.47º | 0.42% | 0.96% | - |
| XYZ | 59.68 | 55.65 | 33.19 | - |
| YUV | 197.45 | 96.71 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 184 | 142 | 0 | 0.25 | 0.42 | 0.04 | 24.47 | 0.84 | 0.76 |
| Hex | F5 | B8 | 8E | 0 | 19 | 2A | 4 | 18 | 54 | 4C |
| Octal | 365 | 270 | 216 | 0 | 31 | 52 | 4 | 30 | 124 | 114 |
| Binary | 11110101 | 10111000 | 10001110 | 0 | 11001 | 101010 | 100 | 11000 | 1010100 | 1001100 |
Color Harmonies of #F5B88E
Complementary color
Monochromatic Colors of #F5B88E
Black with #F5B88E
Text Example
Text Example
White with #F5B88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B88E; }
p { color: rgb(245,184,142); }
H1.HeaderClassName
{
color: #F5B88E;
}
.AnyTagClassName
{
color: #F5B88E;
}
</style>
background-color css
<style>
a { background-color: #F5B88E; }
a { background-color: rgb(245,184,142); }
div.DivClassName
{
background-color: #F5B88E;
}
.BgClassName
{
background-color: #F5B88E;
}
</style>
border-color css
<style>
span { border-color: #F5B88E; }
span { border-color: rgb(245,184,142); }
td.TdClassName
{
border-color: #F5B88E;
}
.TagClassName
{
border-color: #F5B88E;
}
</style>