Shades of Mandys Pink #F2B79E
Tints of Mandys Pink #F2B79E
RGB
CMYK
RGB Variations
Color information
#F2B79E (or 0xF2B79E) is known color: Mandys Pink. HEX triplet: F2, B7 and 9E. RGB value is (242,183,158). Sum of RGB (Red+Green+Blue) = 242+183+158=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B79E is #0D4861. Grayscale: #C5C5C5. Windows color (decimal): -870498 or 10401778. OLE color: 10401778.
HSL color Cylindrical-coordinate representation of color #F2B79E: hue angle of 17.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2B79E is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 158 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.05 |
| HSL | 17.86º | 0.76% | 0.78% | - |
| HSV(B) | 17.86º | 0.35% | 0.95% | - |
| XYZ | 59.72 | 55.21 | 39.86 | - |
| YUV | 197.79 | 105.55 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 158 | 0 | 0.24 | 0.35 | 0.05 | 17.86 | 0.76 | 0.78 |
| Hex | F2 | B7 | 9E | 0 | 18 | 23 | 5 | 12 | 4C | 4E |
| Octal | 362 | 267 | 236 | 0 | 30 | 43 | 5 | 22 | 114 | 116 |
| Binary | 11110010 | 10110111 | 10011110 | 0 | 11000 | 100011 | 101 | 10010 | 1001100 | 1001110 |
Color Harmonies of #F2B79E
Complementary color
Monochromatic Colors of #F2B79E
Black with #F2B79E
Text Example
Text Example
White with #F2B79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B79E; }
p { color: rgb(242,183,158); }
H1.HeaderClassName
{
color: #F2B79E;
}
.AnyTagClassName
{
color: #F2B79E;
}
</style>
background-color css
<style>
a { background-color: #F2B79E; }
a { background-color: rgb(242,183,158); }
div.DivClassName
{
background-color: #F2B79E;
}
.BgClassName
{
background-color: #F2B79E;
}
</style>
border-color css
<style>
span { border-color: #F2B79E; }
span { border-color: rgb(242,183,158); }
td.TdClassName
{
border-color: #F2B79E;
}
.TagClassName
{
border-color: #F2B79E;
}
</style>