Shades of Mandys Pink #F0B58E
Tints of Mandys Pink #F0B58E
RGB
CMYK
RGB Variations
Color information
#F0B58E (or 0xF0B58E) is known color: Mandys Pink. HEX triplet: F0, B5 and 8E. RGB value is (240,181,142). Sum of RGB (Red+Green+Blue) = 240+181+142=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B58E is #0F4A71. Grayscale: #C2C2C2. Windows color (decimal): -1002098 or 9352688. OLE color: 9352688.
HSL color Cylindrical-coordinate representation of color #F0B58E: hue angle of 23.88º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0B58E is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 142 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.06 |
| HSL | 23.88º | 0.77% | 0.75% | - |
| HSV(B) | 23.88º | 0.41% | 0.94% | - |
| XYZ | 57.34 | 53.53 | 32.9 | - |
| YUV | 194.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 142 | 0 | 0.25 | 0.41 | 0.06 | 23.88 | 0.77 | 0.75 |
| Hex | F0 | B5 | 8E | 0 | 19 | 29 | 6 | 18 | 4D | 4B |
| Octal | 360 | 265 | 216 | 0 | 31 | 51 | 6 | 30 | 115 | 113 |
| Binary | 11110000 | 10110101 | 10001110 | 0 | 11001 | 101001 | 110 | 11000 | 1001101 | 1001011 |
Color Harmonies of #F0B58E
Complementary color
Monochromatic Colors of #F0B58E
Black with #F0B58E
Text Example
Text Example
White with #F0B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B58E; }
p { color: rgb(240,181,142); }
H1.HeaderClassName
{
color: #F0B58E;
}
.AnyTagClassName
{
color: #F0B58E;
}
</style>
background-color css
<style>
a { background-color: #F0B58E; }
a { background-color: rgb(240,181,142); }
div.DivClassName
{
background-color: #F0B58E;
}
.BgClassName
{
background-color: #F0B58E;
}
</style>
border-color css
<style>
span { border-color: #F0B58E; }
span { border-color: rgb(240,181,142); }
td.TdClassName
{
border-color: #F0B58E;
}
.TagClassName
{
border-color: #F0B58E;
}
</style>