Shades of Mandys Pink #F2B798
Tints of Mandys Pink #F2B798
RGB
CMYK
RGB Variations
Color information
#F2B798 (or 0xF2B798) is known color: Mandys Pink. HEX triplet: F2, B7 and 98. RGB value is (242,183,152). Sum of RGB (Red+Green+Blue) = 242+183+152=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B798 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B798 is #0D4867. Grayscale: #C5C5C5. Windows color (decimal): -870504 or 10008562. OLE color: 10008562.
HSL color Cylindrical-coordinate representation of color #F2B798: hue angle of 20.67º 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 #F2B798 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 152 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.05 |
| HSL | 20.67º | 0.78% | 0.77% | - |
| HSV(B) | 20.67º | 0.37% | 0.95% | - |
| XYZ | 59.22 | 55.01 | 37.2 | - |
| YUV | 197.11 | 102.55 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 152 | 0 | 0.24 | 0.37 | 0.05 | 20.67 | 0.78 | 0.77 |
| Hex | F2 | B7 | 98 | 0 | 18 | 25 | 5 | 15 | 4E | 4D |
| Octal | 362 | 267 | 230 | 0 | 30 | 45 | 5 | 25 | 116 | 115 |
| Binary | 11110010 | 10110111 | 10011000 | 0 | 11000 | 100101 | 101 | 10101 | 1001110 | 1001101 |
Color Harmonies of #F2B798
Complementary color
Monochromatic Colors of #F2B798
Black with #F2B798
Text Example
Text Example
White with #F2B798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B798; }
p { color: rgb(242,183,152); }
H1.HeaderClassName
{
color: #F2B798;
}
.AnyTagClassName
{
color: #F2B798;
}
</style>
background-color css
<style>
a { background-color: #F2B798; }
a { background-color: rgb(242,183,152); }
div.DivClassName
{
background-color: #F2B798;
}
.BgClassName
{
background-color: #F2B798;
}
</style>
border-color css
<style>
span { border-color: #F2B798; }
span { border-color: rgb(242,183,152); }
td.TdClassName
{
border-color: #F2B798;
}
.TagClassName
{
border-color: #F2B798;
}
</style>