Shades of Mandys Pink #F9B49C
Tints of Mandys Pink #F9B49C
RGB
CMYK
RGB Variations
Color information
#F9B49C (or 0xF9B49C) is known color: Mandys Pink. HEX triplet: F9, B4 and 9C. RGB value is (249,180,156). Sum of RGB (Red+Green+Blue) = 249+180+156=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B49C is #064B63. Grayscale: #C6C6C6. Windows color (decimal): -412516 or 10269945. OLE color: 10269945.
HSL color Cylindrical-coordinate representation of color #F9B49C: hue angle of 15.48º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9B49C is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 180 | 156 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.02 |
| HSL | 15.48º | 0.89% | 0.79% | - |
| HSV(B) | 15.48º | 0.37% | 0.98% | - |
| XYZ | 61.39 | 55.18 | 38.87 | - |
| YUV | 197.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 180 | 156 | 0 | 0.28 | 0.37 | 0.02 | 15.48 | 0.89 | 0.79 |
| Hex | F9 | B4 | 9C | 0 | 1C | 25 | 2 | F | 59 | 4F |
| Octal | 371 | 264 | 234 | 0 | 34 | 45 | 2 | 17 | 131 | 117 |
| Binary | 11111001 | 10110100 | 10011100 | 0 | 11100 | 100101 | 10 | 1111 | 1011001 | 1001111 |
Color Harmonies of #F9B49C
Complementary color
Monochromatic Colors of #F9B49C
Black with #F9B49C
Text Example
Text Example
White with #F9B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B49C; }
p { color: rgb(249,180,156); }
H1.HeaderClassName
{
color: #F9B49C;
}
.AnyTagClassName
{
color: #F9B49C;
}
</style>
background-color css
<style>
a { background-color: #F9B49C; }
a { background-color: rgb(249,180,156); }
div.DivClassName
{
background-color: #F9B49C;
}
.BgClassName
{
background-color: #F9B49C;
}
</style>
border-color css
<style>
span { border-color: #F9B49C; }
span { border-color: rgb(249,180,156); }
td.TdClassName
{
border-color: #F9B49C;
}
.TagClassName
{
border-color: #F9B49C;
}
</style>