Shades of Mandys Pink #F0B99D
Tints of Mandys Pink #F0B99D
RGB
CMYK
RGB Variations
Color information
#F0B99D (or 0xF0B99D) is known color: Mandys Pink. HEX triplet: F0, B9 and 9D. RGB value is (240,185,157). Sum of RGB (Red+Green+Blue) = 240+185+157=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B99D is #0F4662. Grayscale: #C6C6C6. Windows color (decimal): -1001059 or 10336752. OLE color: 10336752.
HSL color Cylindrical-coordinate representation of color #F0B99D: hue angle of 20.24º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0B99D is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 157 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.06 |
| HSL | 20.24º | 0.73% | 0.78% | - |
| HSV(B) | 20.24º | 0.35% | 0.94% | - |
| XYZ | 59.37 | 55.66 | 39.51 | - |
| YUV | 198.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 157 | 0 | 0.23 | 0.35 | 0.06 | 20.24 | 0.73 | 0.78 |
| Hex | F0 | B9 | 9D | 0 | 17 | 23 | 6 | 14 | 49 | 4E |
| Octal | 360 | 271 | 235 | 0 | 27 | 43 | 6 | 24 | 111 | 116 |
| Binary | 11110000 | 10111001 | 10011101 | 0 | 10111 | 100011 | 110 | 10100 | 1001001 | 1001110 |
Color Harmonies of #F0B99D
Complementary color
Monochromatic Colors of #F0B99D
Black with #F0B99D
Text Example
Text Example
White with #F0B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B99D; }
p { color: rgb(240,185,157); }
H1.HeaderClassName
{
color: #F0B99D;
}
.AnyTagClassName
{
color: #F0B99D;
}
</style>
background-color css
<style>
a { background-color: #F0B99D; }
a { background-color: rgb(240,185,157); }
div.DivClassName
{
background-color: #F0B99D;
}
.BgClassName
{
background-color: #F0B99D;
}
</style>
border-color css
<style>
span { border-color: #F0B99D; }
span { border-color: rgb(240,185,157); }
td.TdClassName
{
border-color: #F0B99D;
}
.TagClassName
{
border-color: #F0B99D;
}
</style>