Shades of Mandys Pink #F2B597
Tints of Mandys Pink #F2B597
RGB
CMYK
RGB Variations
Color information
#F2B597 (or 0xF2B597) is known color: Mandys Pink. HEX triplet: F2, B5 and 97. RGB value is (242,181,151). Sum of RGB (Red+Green+Blue) = 242+181+151=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 151 (59.38% from 255 or 26.31% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B597 is #0D4A68. Grayscale: #C4C4C4. Windows color (decimal): -871017 or 9942514. OLE color: 9942514.
HSL color Cylindrical-coordinate representation of color #F2B597: hue angle of 19.78º 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 #F2B597 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 151 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.05 |
| HSL | 19.78º | 0.78% | 0.77% | - |
| HSV(B) | 19.78º | 0.38% | 0.95% | - |
| XYZ | 58.73 | 54.16 | 36.64 | - |
| YUV | 195.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 151 | 0 | 0.25 | 0.38 | 0.05 | 19.78 | 0.78 | 0.77 |
| Hex | F2 | B5 | 97 | 0 | 19 | 26 | 5 | 14 | 4E | 4D |
| Octal | 362 | 265 | 227 | 0 | 31 | 46 | 5 | 24 | 116 | 115 |
| Binary | 11110010 | 10110101 | 10010111 | 0 | 11001 | 100110 | 101 | 10100 | 1001110 | 1001101 |
Color Harmonies of #F2B597
Complementary color
Monochromatic Colors of #F2B597
Black with #F2B597
Text Example
Text Example
White with #F2B597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B597; }
p { color: rgb(242,181,151); }
H1.HeaderClassName
{
color: #F2B597;
}
.AnyTagClassName
{
color: #F2B597;
}
</style>
background-color css
<style>
a { background-color: #F2B597; }
a { background-color: rgb(242,181,151); }
div.DivClassName
{
background-color: #F2B597;
}
.BgClassName
{
background-color: #F2B597;
}
</style>
border-color css
<style>
span { border-color: #F2B597; }
span { border-color: rgb(242,181,151); }
td.TdClassName
{
border-color: #F2B597;
}
.TagClassName
{
border-color: #F2B597;
}
</style>