Shades of Mandys Pink #F2B797
Tints of Mandys Pink #F2B797
RGB
CMYK
RGB Variations
Color information
#F2B797 (or 0xF2B797) is known color: Mandys Pink. HEX triplet: F2, B7 and 97. RGB value is (242,183,151). Sum of RGB (Red+Green+Blue) = 242+183+151=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 151 (59.38% from 255 or 26.22% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B797 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B797 is #0D4868. Grayscale: #C5C5C5. Windows color (decimal): -870505 or 9943026. OLE color: 9943026.
HSL color Cylindrical-coordinate representation of color #F2B797: hue angle of 21.1º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2B797 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 151 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.05 |
| HSL | 21.1º | 0.78% | 0.77% | - |
| HSV(B) | 21.1º | 0.38% | 0.95% | - |
| XYZ | 59.14 | 54.98 | 36.77 | - |
| YUV | 196.99 | 102.05 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 151 | 0 | 0.24 | 0.38 | 0.05 | 21.1 | 0.78 | 0.77 |
| Hex | F2 | B7 | 97 | 0 | 18 | 26 | 5 | 15 | 4E | 4D |
| Octal | 362 | 267 | 227 | 0 | 30 | 46 | 5 | 25 | 116 | 115 |
| Binary | 11110010 | 10110111 | 10010111 | 0 | 11000 | 100110 | 101 | 10101 | 1001110 | 1001101 |
Color Harmonies of #F2B797
Complementary color
Monochromatic Colors of #F2B797
Black with #F2B797
Text Example
Text Example
White with #F2B797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B797; }
p { color: rgb(242,183,151); }
H1.HeaderClassName
{
color: #F2B797;
}
.AnyTagClassName
{
color: #F2B797;
}
</style>
background-color css
<style>
a { background-color: #F2B797; }
a { background-color: rgb(242,183,151); }
div.DivClassName
{
background-color: #F2B797;
}
.BgClassName
{
background-color: #F2B797;
}
</style>
border-color css
<style>
span { border-color: #F2B797; }
span { border-color: rgb(242,183,151); }
td.TdClassName
{
border-color: #F2B797;
}
.TagClassName
{
border-color: #F2B797;
}
</style>