Shades of Mandys Pink #F0BD90
Tints of Mandys Pink #F0BD90
RGB
CMYK
RGB Variations
Color information
#F0BD90 (or 0xF0BD90) is known color: Mandys Pink. HEX triplet: F0, BD and 90. RGB value is (240,189,144). Sum of RGB (Red+Green+Blue) = 240+189+144=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BD90 is #0F426F. Grayscale: #C7C7C7. Windows color (decimal): -1000048 or 9485808. OLE color: 9485808.
HSL color Cylindrical-coordinate representation of color #F0BD90: hue angle of 28.12º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0BD90 is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 144 | - |
| CMYK | 0 | 0.21 | 0.4 | 0.06 |
| HSL | 28.13º | 0.76% | 0.75% | - |
| HSV(B) | 28.13º | 0.4% | 0.94% | - |
| XYZ | 59.17 | 56.93 | 34.26 | - |
| YUV | 199.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 144 | 0 | 0.21 | 0.4 | 0.06 | 28.13 | 0.76 | 0.75 |
| Hex | F0 | BD | 90 | 0 | 15 | 28 | 6 | 1C | 4C | 4B |
| Octal | 360 | 275 | 220 | 0 | 25 | 50 | 6 | 34 | 114 | 113 |
| Binary | 11110000 | 10111101 | 10010000 | 0 | 10101 | 101000 | 110 | 11100 | 1001100 | 1001011 |
Color Harmonies of #F0BD90
Complementary color
Monochromatic Colors of #F0BD90
Black with #F0BD90
Text Example
Text Example
White with #F0BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BD90; }
p { color: rgb(240,189,144); }
H1.HeaderClassName
{
color: #F0BD90;
}
.AnyTagClassName
{
color: #F0BD90;
}
</style>
background-color css
<style>
a { background-color: #F0BD90; }
a { background-color: rgb(240,189,144); }
div.DivClassName
{
background-color: #F0BD90;
}
.BgClassName
{
background-color: #F0BD90;
}
</style>
border-color css
<style>
span { border-color: #F0BD90; }
span { border-color: rgb(240,189,144); }
td.TdClassName
{
border-color: #F0BD90;
}
.TagClassName
{
border-color: #F0BD90;
}
</style>