Shades of Mandys Pink #F2B992
Tints of Mandys Pink #F2B992
RGB
CMYK
RGB Variations
Color information
#F2B992 (or 0xF2B992) is known color: Mandys Pink. HEX triplet: F2, B9 and 92. RGB value is (242,185,146). Sum of RGB (Red+Green+Blue) = 242+185+146=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 146 (57.42% from 255 or 25.48% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B992 is #0D466D. Grayscale: #C5C5C5. Windows color (decimal): -869998 or 9615858. OLE color: 9615858.
HSL color Cylindrical-coordinate representation of color #F2B992: hue angle of 24.38º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2B992 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 146 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.05 |
| HSL | 24.38º | 0.79% | 0.76% | - |
| HSV(B) | 24.38º | 0.4% | 0.95% | - |
| XYZ | 59.16 | 55.65 | 34.82 | - |
| YUV | 197.6 | 98.88 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 146 | 0 | 0.24 | 0.40 | 0.05 | 24.38 | 0.79 | 0.76 |
| Hex | F2 | B9 | 92 | 0 | 18 | 28 | 5 | 18 | 4F | 4C |
| Octal | 362 | 271 | 222 | 0 | 30 | 50 | 5 | 30 | 117 | 114 |
| Binary | 11110010 | 10111001 | 10010010 | 0 | 11000 | 101000 | 101 | 11000 | 1001111 | 1001100 |
Color Harmonies of #F2B992
Complementary color
Monochromatic Colors of #F2B992
Black with #F2B992
Text Example
Text Example
White with #F2B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B992; }
p { color: rgb(242,185,146); }
H1.HeaderClassName
{
color: #F2B992;
}
.AnyTagClassName
{
color: #F2B992;
}
</style>
background-color css
<style>
a { background-color: #F2B992; }
a { background-color: rgb(242,185,146); }
div.DivClassName
{
background-color: #F2B992;
}
.BgClassName
{
background-color: #F2B992;
}
</style>
border-color css
<style>
span { border-color: #F2B992; }
span { border-color: rgb(242,185,146); }
td.TdClassName
{
border-color: #F2B992;
}
.TagClassName
{
border-color: #F2B992;
}
</style>