Shades of Mandys Pink #F2B48E
Tints of Mandys Pink #F2B48E
RGB
CMYK
RGB Variations
Color information
#F2B48E (or 0xF2B48E) is known color: Mandys Pink. HEX triplet: F2, B4 and 8E. RGB value is (242,180,142). Sum of RGB (Red+Green+Blue) = 242+180+142=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B48E is #0D4B71. Grayscale: #C2C2C2. Windows color (decimal): -871282 or 9352434. OLE color: 9352434.
HSL color Cylindrical-coordinate representation of color #F2B48E: hue angle of 22.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2B48E is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 142 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.05 |
| HSL | 22.8º | 0.79% | 0.75% | - |
| HSV(B) | 22.8º | 0.41% | 0.95% | - |
| XYZ | 57.82 | 53.47 | 32.86 | - |
| YUV | 194.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 142 | 0 | 0.26 | 0.41 | 0.05 | 22.8 | 0.79 | 0.75 |
| Hex | F2 | B4 | 8E | 0 | 1A | 29 | 5 | 17 | 4F | 4B |
| Octal | 362 | 264 | 216 | 0 | 32 | 51 | 5 | 27 | 117 | 113 |
| Binary | 11110010 | 10110100 | 10001110 | 0 | 11010 | 101001 | 101 | 10111 | 1001111 | 1001011 |
Color Harmonies of #F2B48E
Complementary color
Monochromatic Colors of #F2B48E
Black with #F2B48E
Text Example
Text Example
White with #F2B48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B48E; }
p { color: rgb(242,180,142); }
H1.HeaderClassName
{
color: #F2B48E;
}
.AnyTagClassName
{
color: #F2B48E;
}
</style>
background-color css
<style>
a { background-color: #F2B48E; }
a { background-color: rgb(242,180,142); }
div.DivClassName
{
background-color: #F2B48E;
}
.BgClassName
{
background-color: #F2B48E;
}
</style>
border-color css
<style>
span { border-color: #F2B48E; }
span { border-color: rgb(242,180,142); }
td.TdClassName
{
border-color: #F2B48E;
}
.TagClassName
{
border-color: #F2B48E;
}
</style>