Shades of Mandys Pink #F2B18E
Tints of Mandys Pink #F2B18E
RGB
CMYK
RGB Variations
Color information
#F2B18E (or 0xF2B18E) is known color: Mandys Pink. HEX triplet: F2, B1 and 8E. RGB value is (242,177,142). Sum of RGB (Red+Green+Blue) = 242+177+142=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B18E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B18E is #0D4E71. Grayscale: #C0C0C0. Windows color (decimal): -872050 or 9351666. OLE color: 9351666.
HSL color Cylindrical-coordinate representation of color #F2B18E: hue angle of 21º 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 #F2B18E is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 142 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.05 |
| HSL | 21º | 0.79% | 0.75% | - |
| HSV(B) | 21º | 0.41% | 0.95% | - |
| XYZ | 57.22 | 52.27 | 32.67 | - |
| YUV | 192.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 142 | 0 | 0.27 | 0.41 | 0.05 | 21 | 0.79 | 0.75 |
| Hex | F2 | B1 | 8E | 0 | 1B | 29 | 5 | 15 | 4F | 4B |
| Octal | 362 | 261 | 216 | 0 | 33 | 51 | 5 | 25 | 117 | 113 |
| Binary | 11110010 | 10110001 | 10001110 | 0 | 11011 | 101001 | 101 | 10101 | 1001111 | 1001011 |
Color Harmonies of #F2B18E
Complementary color
Monochromatic Colors of #F2B18E
Black with #F2B18E
Text Example
Text Example
White with #F2B18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B18E; }
p { color: rgb(242,177,142); }
H1.HeaderClassName
{
color: #F2B18E;
}
.AnyTagClassName
{
color: #F2B18E;
}
</style>
background-color css
<style>
a { background-color: #F2B18E; }
a { background-color: rgb(242,177,142); }
div.DivClassName
{
background-color: #F2B18E;
}
.BgClassName
{
background-color: #F2B18E;
}
</style>
border-color css
<style>
span { border-color: #F2B18E; }
span { border-color: rgb(242,177,142); }
td.TdClassName
{
border-color: #F2B18E;
}
.TagClassName
{
border-color: #F2B18E;
}
</style>