Shades of Mandys Pink #F0B095
Tints of Mandys Pink #F0B095
RGB
CMYK
RGB Variations
Color information
#F0B095 (or 0xF0B095) is known color: Mandys Pink. HEX triplet: F0, B0 and 95. RGB value is (240,176,149). Sum of RGB (Red+Green+Blue) = 240+176+149=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B095 is #0F4F6A. Grayscale: #C0C0C0. Windows color (decimal): -1003371 or 9810160. OLE color: 9810160.
HSL color Cylindrical-coordinate representation of color #F0B095: hue angle of 17.8º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0B095 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 149 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.06 |
| HSL | 17.8º | 0.75% | 0.76% | - |
| HSV(B) | 17.8º | 0.38% | 0.94% | - |
| XYZ | 56.89 | 51.75 | 35.42 | - |
| YUV | 192.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 149 | 0 | 0.27 | 0.38 | 0.06 | 17.8 | 0.75 | 0.76 |
| Hex | F0 | B0 | 95 | 0 | 1B | 26 | 6 | 12 | 4B | 4C |
| Octal | 360 | 260 | 225 | 0 | 33 | 46 | 6 | 22 | 113 | 114 |
| Binary | 11110000 | 10110000 | 10010101 | 0 | 11011 | 100110 | 110 | 10010 | 1001011 | 1001100 |
Color Harmonies of #F0B095
Complementary color
Monochromatic Colors of #F0B095
Black with #F0B095
Text Example
Text Example
White with #F0B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B095; }
p { color: rgb(240,176,149); }
H1.HeaderClassName
{
color: #F0B095;
}
.AnyTagClassName
{
color: #F0B095;
}
</style>
background-color css
<style>
a { background-color: #F0B095; }
a { background-color: rgb(240,176,149); }
div.DivClassName
{
background-color: #F0B095;
}
.BgClassName
{
background-color: #F0B095;
}
</style>
border-color css
<style>
span { border-color: #F0B095; }
span { border-color: rgb(240,176,149); }
td.TdClassName
{
border-color: #F0B095;
}
.TagClassName
{
border-color: #F0B095;
}
</style>