Shades of Mandys Pink #F2B88E
Tints of Mandys Pink #F2B88E
RGB
CMYK
RGB Variations
Color information
#F2B88E (or 0xF2B88E) is known color: Mandys Pink. HEX triplet: F2, B8 and 8E. RGB value is (242,184,142). Sum of RGB (Red+Green+Blue) = 242+184+142=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B88E is #0D4771. Grayscale: #C4C4C4. Windows color (decimal): -870258 or 9353458. OLE color: 9353458.
HSL color Cylindrical-coordinate representation of color #F2B88E: hue angle of 25.2º 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 #F2B88E is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 142 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.05 |
| HSL | 25.2º | 0.79% | 0.75% | - |
| HSV(B) | 25.2º | 0.41% | 0.95% | - |
| XYZ | 58.64 | 55.11 | 33.14 | - |
| YUV | 196.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 142 | 0 | 0.24 | 0.41 | 0.05 | 25.2 | 0.79 | 0.75 |
| Hex | F2 | B8 | 8E | 0 | 18 | 29 | 5 | 19 | 4F | 4B |
| Octal | 362 | 270 | 216 | 0 | 30 | 51 | 5 | 31 | 117 | 113 |
| Binary | 11110010 | 10111000 | 10001110 | 0 | 11000 | 101001 | 101 | 11001 | 1001111 | 1001011 |
Color Harmonies of #F2B88E
Complementary color
Monochromatic Colors of #F2B88E
Black with #F2B88E
Text Example
Text Example
White with #F2B88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B88E; }
p { color: rgb(242,184,142); }
H1.HeaderClassName
{
color: #F2B88E;
}
.AnyTagClassName
{
color: #F2B88E;
}
</style>
background-color css
<style>
a { background-color: #F2B88E; }
a { background-color: rgb(242,184,142); }
div.DivClassName
{
background-color: #F2B88E;
}
.BgClassName
{
background-color: #F2B88E;
}
</style>
border-color css
<style>
span { border-color: #F2B88E; }
span { border-color: rgb(242,184,142); }
td.TdClassName
{
border-color: #F2B88E;
}
.TagClassName
{
border-color: #F2B88E;
}
</style>