Shades of Mandys Pink #F0B28C
Tints of Mandys Pink #F0B28C
RGB
CMYK
RGB Variations
Color information
#F0B28C (or 0xF0B28C) is known color: Mandys Pink. HEX triplet: F0, B2 and 8C. RGB value is (240,178,140). Sum of RGB (Red+Green+Blue) = 240+178+140=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B28C is #0F4D73. Grayscale: #C0C0C0. Windows color (decimal): -1002868 or 9220848. OLE color: 9220848.
HSL color Cylindrical-coordinate representation of color #F0B28C: hue angle of 22.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0B28C is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 140 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.06 |
| HSL | 22.8º | 0.77% | 0.75% | - |
| HSV(B) | 22.8º | 0.42% | 0.94% | - |
| XYZ | 56.59 | 52.26 | 31.92 | - |
| YUV | 192.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 140 | 0 | 0.26 | 0.42 | 0.06 | 22.8 | 0.77 | 0.75 |
| Hex | F0 | B2 | 8C | 0 | 1A | 2A | 6 | 17 | 4D | 4B |
| Octal | 360 | 262 | 214 | 0 | 32 | 52 | 6 | 27 | 115 | 113 |
| Binary | 11110000 | 10110010 | 10001100 | 0 | 11010 | 101010 | 110 | 10111 | 1001101 | 1001011 |
Color Harmonies of #F0B28C
Complementary color
Monochromatic Colors of #F0B28C
Black with #F0B28C
Text Example
Text Example
White with #F0B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B28C; }
p { color: rgb(240,178,140); }
H1.HeaderClassName
{
color: #F0B28C;
}
.AnyTagClassName
{
color: #F0B28C;
}
</style>
background-color css
<style>
a { background-color: #F0B28C; }
a { background-color: rgb(240,178,140); }
div.DivClassName
{
background-color: #F0B28C;
}
.BgClassName
{
background-color: #F0B28C;
}
</style>
border-color css
<style>
span { border-color: #F0B28C; }
span { border-color: rgb(240,178,140); }
td.TdClassName
{
border-color: #F0B28C;
}
.TagClassName
{
border-color: #F0B28C;
}
</style>