Shades of Mandys Pink #F0BC9A
Tints of Mandys Pink #F0BC9A
RGB
CMYK
RGB Variations
Color information
#F0BC9A (or 0xF0BC9A) is known color: Mandys Pink. HEX triplet: F0, BC and 9A. RGB value is (240,188,154). Sum of RGB (Red+Green+Blue) = 240+188+154=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BC9A is #0F4365. Grayscale: #C7C7C7. Windows color (decimal): -1000294 or 10140912. OLE color: 10140912.
HSL color Cylindrical-coordinate representation of color #F0BC9A: hue angle of 23.72º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0BC9A is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 154 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.06 |
| HSL | 23.72º | 0.74% | 0.77% | - |
| HSV(B) | 23.72º | 0.36% | 0.94% | - |
| XYZ | 59.75 | 56.82 | 38.39 | - |
| YUV | 199.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 154 | 0 | 0.22 | 0.36 | 0.06 | 23.72 | 0.74 | 0.77 |
| Hex | F0 | BC | 9A | 0 | 16 | 24 | 6 | 18 | 4A | 4D |
| Octal | 360 | 274 | 232 | 0 | 26 | 44 | 6 | 30 | 112 | 115 |
| Binary | 11110000 | 10111100 | 10011010 | 0 | 10110 | 100100 | 110 | 11000 | 1001010 | 1001101 |
Color Harmonies of #F0BC9A
Complementary color
Monochromatic Colors of #F0BC9A
Black with #F0BC9A
Text Example
Text Example
White with #F0BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC9A; }
p { color: rgb(240,188,154); }
H1.HeaderClassName
{
color: #F0BC9A;
}
.AnyTagClassName
{
color: #F0BC9A;
}
</style>
background-color css
<style>
a { background-color: #F0BC9A; }
a { background-color: rgb(240,188,154); }
div.DivClassName
{
background-color: #F0BC9A;
}
.BgClassName
{
background-color: #F0BC9A;
}
</style>
border-color css
<style>
span { border-color: #F0BC9A; }
span { border-color: rgb(240,188,154); }
td.TdClassName
{
border-color: #F0BC9A;
}
.TagClassName
{
border-color: #F0BC9A;
}
</style>