Shades of Mandys Pink #F2BE8F
Tints of Mandys Pink #F2BE8F
RGB
CMYK
RGB Variations
Color information
#F2BE8F (or 0xF2BE8F) is known color: Mandys Pink. HEX triplet: F2, BE and 8F. RGB value is (242,190,143). Sum of RGB (Red+Green+Blue) = 242+190+143=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BE8F is #0D4170. Grayscale: #C8C8C8. Windows color (decimal): -868721 or 9420530. OLE color: 9420530.
HSL color Cylindrical-coordinate representation of color #F2BE8F: hue angle of 28.48º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2BE8F is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 143 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.05 |
| HSL | 28.48º | 0.79% | 0.75% | - |
| HSV(B) | 28.48º | 0.41% | 0.95% | - |
| XYZ | 59.99 | 57.69 | 33.96 | - |
| YUV | 200.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 143 | 0 | 0.21 | 0.41 | 0.05 | 28.48 | 0.79 | 0.75 |
| Hex | F2 | BE | 8F | 0 | 15 | 29 | 5 | 1C | 4F | 4B |
| Octal | 362 | 276 | 217 | 0 | 25 | 51 | 5 | 34 | 117 | 113 |
| Binary | 11110010 | 10111110 | 10001111 | 0 | 10101 | 101001 | 101 | 11100 | 1001111 | 1001011 |
Color Harmonies of #F2BE8F
Complementary color
Monochromatic Colors of #F2BE8F
Black with #F2BE8F
Text Example
Text Example
White with #F2BE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BE8F; }
p { color: rgb(242,190,143); }
H1.HeaderClassName
{
color: #F2BE8F;
}
.AnyTagClassName
{
color: #F2BE8F;
}
</style>
background-color css
<style>
a { background-color: #F2BE8F; }
a { background-color: rgb(242,190,143); }
div.DivClassName
{
background-color: #F2BE8F;
}
.BgClassName
{
background-color: #F2BE8F;
}
</style>
border-color css
<style>
span { border-color: #F2BE8F; }
span { border-color: rgb(242,190,143); }
td.TdClassName
{
border-color: #F2BE8F;
}
.TagClassName
{
border-color: #F2BE8F;
}
</style>