Shades of Mandys Pink #F9B99D
Tints of Mandys Pink #F9B99D
RGB
CMYK
RGB Variations
Color information
#F9B99D (or 0xF9B99D) is known color: Mandys Pink. HEX triplet: F9, B9 and 9D. RGB value is (249,185,157). Sum of RGB (Red+Green+Blue) = 249+185+157=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B99D is #064662. Grayscale: #C9C9C9. Windows color (decimal): -411235 or 10336761. OLE color: 10336761.
HSL color Cylindrical-coordinate representation of color #F9B99D: hue angle of 18.26º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9B99D is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 185 | 157 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.02 |
| HSL | 18.26º | 0.88% | 0.8% | - |
| HSV(B) | 18.26º | 0.37% | 0.98% | - |
| XYZ | 62.5 | 57.27 | 39.66 | - |
| YUV | 200.94 | 103.2 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 185 | 157 | 0 | 0.26 | 0.37 | 0.02 | 18.26 | 0.88 | 0.8 |
| Hex | F9 | B9 | 9D | 0 | 1A | 25 | 2 | 12 | 58 | 50 |
| Octal | 371 | 271 | 235 | 0 | 32 | 45 | 2 | 22 | 130 | 120 |
| Binary | 11111001 | 10111001 | 10011101 | 0 | 11010 | 100101 | 10 | 10010 | 1011000 | 1010000 |
Color Harmonies of #F9B99D
Complementary color
Monochromatic Colors of #F9B99D
Black with #F9B99D
Text Example
Text Example
White with #F9B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B99D; }
p { color: rgb(249,185,157); }
H1.HeaderClassName
{
color: #F9B99D;
}
.AnyTagClassName
{
color: #F9B99D;
}
</style>
background-color css
<style>
a { background-color: #F9B99D; }
a { background-color: rgb(249,185,157); }
div.DivClassName
{
background-color: #F9B99D;
}
.BgClassName
{
background-color: #F9B99D;
}
</style>
border-color css
<style>
span { border-color: #F9B99D; }
span { border-color: rgb(249,185,157); }
td.TdClassName
{
border-color: #F9B99D;
}
.TagClassName
{
border-color: #F9B99D;
}
</style>