Shades of Mandys Pink #F0BC90
Tints of Mandys Pink #F0BC90
RGB
CMYK
RGB Variations
Color information
#F0BC90 (or 0xF0BC90) is known color: Mandys Pink. HEX triplet: F0, BC and 90. RGB value is (240,188,144). Sum of RGB (Red+Green+Blue) = 240+188+144=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BC90 is #0F436F. Grayscale: #C6C6C6. Windows color (decimal): -1000304 or 9485552. OLE color: 9485552.
HSL color Cylindrical-coordinate representation of color #F0BC90: hue angle of 27.5º 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 #F0BC90 is Cyan = 0, Magento = 0.22, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 144 | - |
| CMYK | 0 | 0.22 | 0.4 | 0.06 |
| HSL | 27.5º | 0.76% | 0.75% | - |
| HSV(B) | 27.5º | 0.4% | 0.94% | - |
| XYZ | 58.95 | 56.51 | 34.19 | - |
| YUV | 198.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 144 | 0 | 0.22 | 0.4 | 0.06 | 27.5 | 0.76 | 0.75 |
| Hex | F0 | BC | 90 | 0 | 16 | 28 | 6 | 1C | 4C | 4B |
| Octal | 360 | 274 | 220 | 0 | 26 | 50 | 6 | 34 | 114 | 113 |
| Binary | 11110000 | 10111100 | 10010000 | 0 | 10110 | 101000 | 110 | 11100 | 1001100 | 1001011 |
Color Harmonies of #F0BC90
Complementary color
Monochromatic Colors of #F0BC90
Black with #F0BC90
Text Example
Text Example
White with #F0BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC90; }
p { color: rgb(240,188,144); }
H1.HeaderClassName
{
color: #F0BC90;
}
.AnyTagClassName
{
color: #F0BC90;
}
</style>
background-color css
<style>
a { background-color: #F0BC90; }
a { background-color: rgb(240,188,144); }
div.DivClassName
{
background-color: #F0BC90;
}
.BgClassName
{
background-color: #F0BC90;
}
</style>
border-color css
<style>
span { border-color: #F0BC90; }
span { border-color: rgb(240,188,144); }
td.TdClassName
{
border-color: #F0BC90;
}
.TagClassName
{
border-color: #F0BC90;
}
</style>