Shades of Mandys Pink #F5BE96
Tints of Mandys Pink #F5BE96
RGB
CMYK
RGB Variations
Color information
#F5BE96 (or 0xF5BE96) is known color: Mandys Pink. HEX triplet: F5, BE and 96. RGB value is (245,190,150). Sum of RGB (Red+Green+Blue) = 245+190+150=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BE96 is #0A4169. Grayscale: #CACACA. Windows color (decimal): -672106 or 9879285. OLE color: 9879285.
HSL color Cylindrical-coordinate representation of color #F5BE96: hue angle of 25.26º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5BE96 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 150 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.04 |
| HSL | 25.26º | 0.83% | 0.77% | - |
| HSV(B) | 25.26º | 0.39% | 0.96% | - |
| XYZ | 61.57 | 58.44 | 36.89 | - |
| YUV | 201.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 150 | 0 | 0.22 | 0.39 | 0.04 | 25.26 | 0.83 | 0.77 |
| Hex | F5 | BE | 96 | 0 | 16 | 27 | 4 | 19 | 53 | 4D |
| Octal | 365 | 276 | 226 | 0 | 26 | 47 | 4 | 31 | 123 | 115 |
| Binary | 11110101 | 10111110 | 10010110 | 0 | 10110 | 100111 | 100 | 11001 | 1010011 | 1001101 |
Color Harmonies of #F5BE96
Complementary color
Monochromatic Colors of #F5BE96
Black with #F5BE96
Text Example
Text Example
White with #F5BE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BE96; }
p { color: rgb(245,190,150); }
H1.HeaderClassName
{
color: #F5BE96;
}
.AnyTagClassName
{
color: #F5BE96;
}
</style>
background-color css
<style>
a { background-color: #F5BE96; }
a { background-color: rgb(245,190,150); }
div.DivClassName
{
background-color: #F5BE96;
}
.BgClassName
{
background-color: #F5BE96;
}
</style>
border-color css
<style>
span { border-color: #F5BE96; }
span { border-color: rgb(245,190,150); }
td.TdClassName
{
border-color: #F5BE96;
}
.TagClassName
{
border-color: #F5BE96;
}
</style>