Shades of Mandys Pink #F0BC9B
Tints of Mandys Pink #F0BC9B
RGB
CMYK
RGB Variations
Color information
#F0BC9B (or 0xF0BC9B) is known color: Mandys Pink. HEX triplet: F0, BC and 9B. RGB value is (240,188,155). Sum of RGB (Red+Green+Blue) = 240+188+155=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 155 (60.94% from 255 or 26.59% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BC9B is #0F4364. Grayscale: #C7C7C7. Windows color (decimal): -1000293 or 10206448. OLE color: 10206448.
HSL color Cylindrical-coordinate representation of color #F0BC9B: hue angle of 23.29º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0BC9B is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 155 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.06 |
| HSL | 23.29º | 0.74% | 0.77% | - |
| HSV(B) | 23.29º | 0.35% | 0.94% | - |
| XYZ | 59.83 | 56.86 | 38.83 | - |
| YUV | 199.79 | 102.73 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 155 | 0 | 0.22 | 0.35 | 0.06 | 23.29 | 0.74 | 0.77 |
| Hex | F0 | BC | 9B | 0 | 16 | 23 | 6 | 17 | 4A | 4D |
| Octal | 360 | 274 | 233 | 0 | 26 | 43 | 6 | 27 | 112 | 115 |
| Binary | 11110000 | 10111100 | 10011011 | 0 | 10110 | 100011 | 110 | 10111 | 1001010 | 1001101 |
Color Harmonies of #F0BC9B
Complementary color
Monochromatic Colors of #F0BC9B
Black with #F0BC9B
Text Example
Text Example
White with #F0BC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC9B; }
p { color: rgb(240,188,155); }
H1.HeaderClassName
{
color: #F0BC9B;
}
.AnyTagClassName
{
color: #F0BC9B;
}
</style>
background-color css
<style>
a { background-color: #F0BC9B; }
a { background-color: rgb(240,188,155); }
div.DivClassName
{
background-color: #F0BC9B;
}
.BgClassName
{
background-color: #F0BC9B;
}
</style>
border-color css
<style>
span { border-color: #F0BC9B; }
span { border-color: rgb(240,188,155); }
td.TdClassName
{
border-color: #F0BC9B;
}
.TagClassName
{
border-color: #F0BC9B;
}
</style>