Shades of Mandys Pink #F9B48C
Tints of Mandys Pink #F9B48C
RGB
CMYK
RGB Variations
Color information
#F9B48C (or 0xF9B48C) is known color: Mandys Pink. HEX triplet: F9, B4 and 8C. RGB value is (249,180,140). Sum of RGB (Red+Green+Blue) = 249+180+140=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B48C is #064B73. Grayscale: #C4C4C4. Windows color (decimal): -412532 or 9221369. OLE color: 9221369.
HSL color Cylindrical-coordinate representation of color #F9B48C: hue angle of 22.02º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9B48C is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 180 | 140 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.02 |
| HSL | 22.02º | 0.9% | 0.76% | - |
| HSV(B) | 22.02º | 0.44% | 0.98% | - |
| XYZ | 60.12 | 54.68 | 32.2 | - |
| YUV | 196.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 180 | 140 | 0 | 0.28 | 0.44 | 0.02 | 22.02 | 0.9 | 0.76 |
| Hex | F9 | B4 | 8C | 0 | 1C | 2C | 2 | 16 | 5A | 4C |
| Octal | 371 | 264 | 214 | 0 | 34 | 54 | 2 | 26 | 132 | 114 |
| Binary | 11111001 | 10110100 | 10001100 | 0 | 11100 | 101100 | 10 | 10110 | 1011010 | 1001100 |
Color Harmonies of #F9B48C
Complementary color
Monochromatic Colors of #F9B48C
Black with #F9B48C
Text Example
Text Example
White with #F9B48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B48C; }
p { color: rgb(249,180,140); }
H1.HeaderClassName
{
color: #F9B48C;
}
.AnyTagClassName
{
color: #F9B48C;
}
</style>
background-color css
<style>
a { background-color: #F9B48C; }
a { background-color: rgb(249,180,140); }
div.DivClassName
{
background-color: #F9B48C;
}
.BgClassName
{
background-color: #F9B48C;
}
</style>
border-color css
<style>
span { border-color: #F9B48C; }
span { border-color: rgb(249,180,140); }
td.TdClassName
{
border-color: #F9B48C;
}
.TagClassName
{
border-color: #F9B48C;
}
</style>