Shades of Mandys Pink #F0B99A
Tints of Mandys Pink #F0B99A
RGB
CMYK
RGB Variations
Color information
#F0B99A (or 0xF0B99A) is known color: Mandys Pink. HEX triplet: F0, B9 and 9A. RGB value is (240,185,154). Sum of RGB (Red+Green+Blue) = 240+185+154=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B99A is #0F4665. Grayscale: #C6C6C6. Windows color (decimal): -1001062 or 10140144. OLE color: 10140144.
HSL color Cylindrical-coordinate representation of color #F0B99A: hue angle of 21.63º 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 #F0B99A is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 154 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.06 |
| HSL | 21.63º | 0.74% | 0.77% | - |
| HSV(B) | 21.63º | 0.36% | 0.94% | - |
| XYZ | 59.12 | 55.56 | 38.18 | - |
| YUV | 197.91 | 103.22 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 154 | 0 | 0.23 | 0.36 | 0.06 | 21.63 | 0.74 | 0.77 |
| Hex | F0 | B9 | 9A | 0 | 17 | 24 | 6 | 16 | 4A | 4D |
| Octal | 360 | 271 | 232 | 0 | 27 | 44 | 6 | 26 | 112 | 115 |
| Binary | 11110000 | 10111001 | 10011010 | 0 | 10111 | 100100 | 110 | 10110 | 1001010 | 1001101 |
Color Harmonies of #F0B99A
Complementary color
Monochromatic Colors of #F0B99A
Black with #F0B99A
Text Example
Text Example
White with #F0B99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B99A; }
p { color: rgb(240,185,154); }
H1.HeaderClassName
{
color: #F0B99A;
}
.AnyTagClassName
{
color: #F0B99A;
}
</style>
background-color css
<style>
a { background-color: #F0B99A; }
a { background-color: rgb(240,185,154); }
div.DivClassName
{
background-color: #F0B99A;
}
.BgClassName
{
background-color: #F0B99A;
}
</style>
border-color css
<style>
span { border-color: #F0B99A; }
span { border-color: rgb(240,185,154); }
td.TdClassName
{
border-color: #F0B99A;
}
.TagClassName
{
border-color: #F0B99A;
}
</style>