Shades of Mandys Pink #F2B28D
Tints of Mandys Pink #F2B28D
RGB
CMYK
RGB Variations
Color information
#F2B28D (or 0xF2B28D) is known color: Mandys Pink. HEX triplet: F2, B2 and 8D. RGB value is (242,178,141). Sum of RGB (Red+Green+Blue) = 242+178+141=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B28D is #0D4D72. Grayscale: #C1C1C1. Windows color (decimal): -871795 or 9286386. OLE color: 9286386.
HSL color Cylindrical-coordinate representation of color #F2B28D: hue angle of 21.98º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2B28D is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 141 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.05 |
| HSL | 21.98º | 0.8% | 0.75% | - |
| HSV(B) | 21.98º | 0.42% | 0.95% | - |
| XYZ | 57.35 | 52.64 | 32.34 | - |
| YUV | 192.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 141 | 0 | 0.26 | 0.42 | 0.05 | 21.98 | 0.8 | 0.75 |
| Hex | F2 | B2 | 8D | 0 | 1A | 2A | 5 | 16 | 50 | 4B |
| Octal | 362 | 262 | 215 | 0 | 32 | 52 | 5 | 26 | 120 | 113 |
| Binary | 11110010 | 10110010 | 10001101 | 0 | 11010 | 101010 | 101 | 10110 | 1010000 | 1001011 |
Color Harmonies of #F2B28D
Complementary color
Monochromatic Colors of #F2B28D
Black with #F2B28D
Text Example
Text Example
White with #F2B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B28D; }
p { color: rgb(242,178,141); }
H1.HeaderClassName
{
color: #F2B28D;
}
.AnyTagClassName
{
color: #F2B28D;
}
</style>
background-color css
<style>
a { background-color: #F2B28D; }
a { background-color: rgb(242,178,141); }
div.DivClassName
{
background-color: #F2B28D;
}
.BgClassName
{
background-color: #F2B28D;
}
</style>
border-color css
<style>
span { border-color: #F2B28D; }
span { border-color: rgb(242,178,141); }
td.TdClassName
{
border-color: #F2B28D;
}
.TagClassName
{
border-color: #F2B28D;
}
</style>