Shades of Mandys Pink #F0B090
Tints of Mandys Pink #F0B090
RGB
CMYK
RGB Variations
Color information
#F0B090 (or 0xF0B090) is known color: Mandys Pink. HEX triplet: F0, B0 and 90. RGB value is (240,176,144). Sum of RGB (Red+Green+Blue) = 240+176+144=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B090 is #0F4F6F. Grayscale: #BFBFBF. Windows color (decimal): -1003376 or 9482480. OLE color: 9482480.
HSL color Cylindrical-coordinate representation of color #F0B090: hue angle of 20º 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 #F0B090 is Cyan = 0, Magento = 0.27, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 144 | - |
| CMYK | 0 | 0.27 | 0.4 | 0.06 |
| HSL | 20º | 0.76% | 0.75% | - |
| HSV(B) | 20º | 0.4% | 0.94% | - |
| XYZ | 56.49 | 51.59 | 33.37 | - |
| YUV | 191.49 | 101.2 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 144 | 0 | 0.27 | 0.4 | 0.06 | 20 | 0.76 | 0.75 |
| Hex | F0 | B0 | 90 | 0 | 1B | 28 | 6 | 14 | 4C | 4B |
| Octal | 360 | 260 | 220 | 0 | 33 | 50 | 6 | 24 | 114 | 113 |
| Binary | 11110000 | 10110000 | 10010000 | 0 | 11011 | 101000 | 110 | 10100 | 1001100 | 1001011 |
Color Harmonies of #F0B090
Complementary color
Monochromatic Colors of #F0B090
Black with #F0B090
Text Example
Text Example
White with #F0B090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B090; }
p { color: rgb(240,176,144); }
H1.HeaderClassName
{
color: #F0B090;
}
.AnyTagClassName
{
color: #F0B090;
}
</style>
background-color css
<style>
a { background-color: #F0B090; }
a { background-color: rgb(240,176,144); }
div.DivClassName
{
background-color: #F0B090;
}
.BgClassName
{
background-color: #F0B090;
}
</style>
border-color css
<style>
span { border-color: #F0B090; }
span { border-color: rgb(240,176,144); }
td.TdClassName
{
border-color: #F0B090;
}
.TagClassName
{
border-color: #F0B090;
}
</style>