Shades of Mandys Pink #F0B28D
Tints of Mandys Pink #F0B28D
RGB
CMYK
RGB Variations
Color information
#F0B28D (or 0xF0B28D) is known color: Mandys Pink. HEX triplet: F0, B2 and 8D. RGB value is (240,178,141). Sum of RGB (Red+Green+Blue) = 240+178+141=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B28D is #0F4D72. Grayscale: #C0C0C0. Windows color (decimal): -1002867 or 9286384. OLE color: 9286384.
HSL color Cylindrical-coordinate representation of color #F0B28D: hue angle of 22.42º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0B28D is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 141 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.06 |
| HSL | 22.42º | 0.77% | 0.75% | - |
| HSV(B) | 22.42º | 0.41% | 0.94% | - |
| XYZ | 56.66 | 52.29 | 32.31 | - |
| YUV | 192.32 | 99.04 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 141 | 0 | 0.26 | 0.41 | 0.06 | 22.42 | 0.77 | 0.75 |
| Hex | F0 | B2 | 8D | 0 | 1A | 29 | 6 | 16 | 4D | 4B |
| Octal | 360 | 262 | 215 | 0 | 32 | 51 | 6 | 26 | 115 | 113 |
| Binary | 11110000 | 10110010 | 10001101 | 0 | 11010 | 101001 | 110 | 10110 | 1001101 | 1001011 |
Color Harmonies of #F0B28D
Complementary color
Monochromatic Colors of #F0B28D
Black with #F0B28D
Text Example
Text Example
White with #F0B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B28D; }
p { color: rgb(240,178,141); }
H1.HeaderClassName
{
color: #F0B28D;
}
.AnyTagClassName
{
color: #F0B28D;
}
</style>
background-color css
<style>
a { background-color: #F0B28D; }
a { background-color: rgb(240,178,141); }
div.DivClassName
{
background-color: #F0B28D;
}
.BgClassName
{
background-color: #F0B28D;
}
</style>
border-color css
<style>
span { border-color: #F0B28D; }
span { border-color: rgb(240,178,141); }
td.TdClassName
{
border-color: #F0B28D;
}
.TagClassName
{
border-color: #F0B28D;
}
</style>