Shades of Mandys Pink #F5AB8D
Tints of Mandys Pink #F5AB8D
RGB
CMYK
RGB Variations
Color information
#F5AB8D (or 0xF5AB8D) is known color: Mandys Pink. HEX triplet: F5, AB and 8D. RGB value is (245,171,141). Sum of RGB (Red+Green+Blue) = 245+171+141=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AB8D is #0A5472. Grayscale: #BDBDBD. Windows color (decimal): -676979 or 9284597. OLE color: 9284597.
HSL color Cylindrical-coordinate representation of color #F5AB8D: hue angle of 17.31º 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 #F5AB8D is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 141 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.04 |
| HSL | 17.31º | 0.84% | 0.76% | - |
| HSV(B) | 17.31º | 0.42% | 0.96% | - |
| XYZ | 57.03 | 50.46 | 31.93 | - |
| YUV | 189.71 | 100.52 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 141 | 0 | 0.30 | 0.42 | 0.04 | 17.31 | 0.84 | 0.76 |
| Hex | F5 | AB | 8D | 0 | 1E | 2A | 4 | 11 | 54 | 4C |
| Octal | 365 | 253 | 215 | 0 | 36 | 52 | 4 | 21 | 124 | 114 |
| Binary | 11110101 | 10101011 | 10001101 | 0 | 11110 | 101010 | 100 | 10001 | 1010100 | 1001100 |
Color Harmonies of #F5AB8D
Complementary color
Monochromatic Colors of #F5AB8D
Black with #F5AB8D
Text Example
Text Example
White with #F5AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AB8D; }
p { color: rgb(245,171,141); }
H1.HeaderClassName
{
color: #F5AB8D;
}
.AnyTagClassName
{
color: #F5AB8D;
}
</style>
background-color css
<style>
a { background-color: #F5AB8D; }
a { background-color: rgb(245,171,141); }
div.DivClassName
{
background-color: #F5AB8D;
}
.BgClassName
{
background-color: #F5AB8D;
}
</style>
border-color css
<style>
span { border-color: #F5AB8D; }
span { border-color: rgb(245,171,141); }
td.TdClassName
{
border-color: #F5AB8D;
}
.TagClassName
{
border-color: #F5AB8D;
}
</style>