Shades of Mandys Pink #F2B899
Tints of Mandys Pink #F2B899
RGB
CMYK
RGB Variations
Color information
#F2B899 (or 0xF2B899) is known color: Mandys Pink. HEX triplet: F2, B8 and 99. RGB value is (242,184,153). Sum of RGB (Red+Green+Blue) = 242+184+153=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B899 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B899 is #0D4766. Grayscale: #C5C5C5. Windows color (decimal): -870247 or 10074354. OLE color: 10074354.
HSL color Cylindrical-coordinate representation of color #F2B899: hue angle of 20.9º degrees, saturation: 0.77, 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 #F2B899 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 153 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.05 |
| HSL | 20.9º | 0.77% | 0.77% | - |
| HSV(B) | 20.9º | 0.37% | 0.95% | - |
| XYZ | 59.51 | 55.46 | 37.71 | - |
| YUV | 197.81 | 102.72 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 153 | 0 | 0.24 | 0.37 | 0.05 | 20.9 | 0.77 | 0.77 |
| Hex | F2 | B8 | 99 | 0 | 18 | 25 | 5 | 15 | 4D | 4D |
| Octal | 362 | 270 | 231 | 0 | 30 | 45 | 5 | 25 | 115 | 115 |
| Binary | 11110010 | 10111000 | 10011001 | 0 | 11000 | 100101 | 101 | 10101 | 1001101 | 1001101 |
Color Harmonies of #F2B899
Complementary color
Monochromatic Colors of #F2B899
Black with #F2B899
Text Example
Text Example
White with #F2B899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B899; }
p { color: rgb(242,184,153); }
H1.HeaderClassName
{
color: #F2B899;
}
.AnyTagClassName
{
color: #F2B899;
}
</style>
background-color css
<style>
a { background-color: #F2B899; }
a { background-color: rgb(242,184,153); }
div.DivClassName
{
background-color: #F2B899;
}
.BgClassName
{
background-color: #F2B899;
}
</style>
border-color css
<style>
span { border-color: #F2B899; }
span { border-color: rgb(242,184,153); }
td.TdClassName
{
border-color: #F2B899;
}
.TagClassName
{
border-color: #F2B899;
}
</style>