Shades of Mandys Pink #F2B48C
Tints of Mandys Pink #F2B48C
RGB
CMYK
RGB Variations
Color information
#F2B48C (or 0xF2B48C) is known color: Mandys Pink. HEX triplet: F2, B4 and 8C. RGB value is (242,180,140). Sum of RGB (Red+Green+Blue) = 242+180+140=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B48C is #0D4B73. Grayscale: #C2C2C2. Windows color (decimal): -871284 or 9221362. OLE color: 9221362.
HSL color Cylindrical-coordinate representation of color #F2B48C: hue angle of 23.53º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2B48C is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 140 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.05 |
| HSL | 23.53º | 0.8% | 0.75% | - |
| HSV(B) | 23.53º | 0.42% | 0.95% | - |
| XYZ | 57.67 | 53.41 | 32.08 | - |
| YUV | 193.98 | 97.54 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 140 | 0 | 0.26 | 0.42 | 0.05 | 23.53 | 0.8 | 0.75 |
| Hex | F2 | B4 | 8C | 0 | 1A | 2A | 5 | 18 | 50 | 4B |
| Octal | 362 | 264 | 214 | 0 | 32 | 52 | 5 | 30 | 120 | 113 |
| Binary | 11110010 | 10110100 | 10001100 | 0 | 11010 | 101010 | 101 | 11000 | 1010000 | 1001011 |
Color Harmonies of #F2B48C
Complementary color
Monochromatic Colors of #F2B48C
Black with #F2B48C
Text Example
Text Example
White with #F2B48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B48C; }
p { color: rgb(242,180,140); }
H1.HeaderClassName
{
color: #F2B48C;
}
.AnyTagClassName
{
color: #F2B48C;
}
</style>
background-color css
<style>
a { background-color: #F2B48C; }
a { background-color: rgb(242,180,140); }
div.DivClassName
{
background-color: #F2B48C;
}
.BgClassName
{
background-color: #F2B48C;
}
</style>
border-color css
<style>
span { border-color: #F2B48C; }
span { border-color: rgb(242,180,140); }
td.TdClassName
{
border-color: #F2B48C;
}
.TagClassName
{
border-color: #F2B48C;
}
</style>