Shades of Mandys Pink #F2B698
Tints of Mandys Pink #F2B698
RGB
CMYK
RGB Variations
Color information
#F2B698 (or 0xF2B698) is known color: Mandys Pink. HEX triplet: F2, B6 and 98. RGB value is (242,182,152). Sum of RGB (Red+Green+Blue) = 242+182+152=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B698 is #0D4967. Grayscale: #C4C4C4. Windows color (decimal): -870760 or 10008306. OLE color: 10008306.
HSL color Cylindrical-coordinate representation of color #F2B698: hue angle of 20º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2B698 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 182 | 152 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.05 |
| HSL | 20º | 0.78% | 0.77% | - |
| HSV(B) | 20º | 0.37% | 0.95% | - |
| XYZ | 59.01 | 54.6 | 37.13 | - |
| YUV | 196.52 | 102.88 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 182 | 152 | 0 | 0.25 | 0.37 | 0.05 | 20 | 0.78 | 0.77 |
| Hex | F2 | B6 | 98 | 0 | 19 | 25 | 5 | 14 | 4E | 4D |
| Octal | 362 | 266 | 230 | 0 | 31 | 45 | 5 | 24 | 116 | 115 |
| Binary | 11110010 | 10110110 | 10011000 | 0 | 11001 | 100101 | 101 | 10100 | 1001110 | 1001101 |
Color Harmonies of #F2B698
Complementary color
Monochromatic Colors of #F2B698
Black with #F2B698
Text Example
Text Example
White with #F2B698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B698; }
p { color: rgb(242,182,152); }
H1.HeaderClassName
{
color: #F2B698;
}
.AnyTagClassName
{
color: #F2B698;
}
</style>
background-color css
<style>
a { background-color: #F2B698; }
a { background-color: rgb(242,182,152); }
div.DivClassName
{
background-color: #F2B698;
}
.BgClassName
{
background-color: #F2B698;
}
</style>
border-color css
<style>
span { border-color: #F2B698; }
span { border-color: rgb(242,182,152); }
td.TdClassName
{
border-color: #F2B698;
}
.TagClassName
{
border-color: #F2B698;
}
</style>