Shades of Mandys Pink #F5B094
Tints of Mandys Pink #F5B094
RGB
CMYK
RGB Variations
Color information
#F5B094 (or 0xF5B094) is known color: Mandys Pink. HEX triplet: F5, B0 and 94. RGB value is (245,176,148). Sum of RGB (Red+Green+Blue) = 245+176+148=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5B094 is #0A4F6B. Grayscale: #C1C1C1. Windows color (decimal): -675692 or 9744629. OLE color: 9744629.
HSL color Cylindrical-coordinate representation of color #F5B094: hue angle of 17.32º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5B094 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 148 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.04 |
| HSL | 17.32º | 0.83% | 0.77% | - |
| HSV(B) | 17.32º | 0.4% | 0.96% | - |
| XYZ | 58.53 | 52.6 | 35.09 | - |
| YUV | 193.44 | 102.36 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 148 | 0 | 0.28 | 0.40 | 0.04 | 17.32 | 0.83 | 0.77 |
| Hex | F5 | B0 | 94 | 0 | 1C | 28 | 4 | 11 | 53 | 4D |
| Octal | 365 | 260 | 224 | 0 | 34 | 50 | 4 | 21 | 123 | 115 |
| Binary | 11110101 | 10110000 | 10010100 | 0 | 11100 | 101000 | 100 | 10001 | 1010011 | 1001101 |
Color Harmonies of #F5B094
Complementary color
Monochromatic Colors of #F5B094
Black with #F5B094
Text Example
Text Example
White with #F5B094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B094; }
p { color: rgb(245,176,148); }
H1.HeaderClassName
{
color: #F5B094;
}
.AnyTagClassName
{
color: #F5B094;
}
</style>
background-color css
<style>
a { background-color: #F5B094; }
a { background-color: rgb(245,176,148); }
div.DivClassName
{
background-color: #F5B094;
}
.BgClassName
{
background-color: #F5B094;
}
</style>
border-color css
<style>
span { border-color: #F5B094; }
span { border-color: rgb(245,176,148); }
td.TdClassName
{
border-color: #F5B094;
}
.TagClassName
{
border-color: #F5B094;
}
</style>