Shades of Mandys Pink #F0B28B
Tints of Mandys Pink #F0B28B
RGB
CMYK
RGB Variations
Color information
#F0B28B (or 0xF0B28B) is known color: Mandys Pink. HEX triplet: F0, B2 and 8B. RGB value is (240,178,139). Sum of RGB (Red+Green+Blue) = 240+178+139=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B28B is #0F4D74. Grayscale: #C0C0C0. Windows color (decimal): -1002869 or 9155312. OLE color: 9155312.
HSL color Cylindrical-coordinate representation of color #F0B28B: hue angle of 23.17º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0B28B is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 139 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.06 |
| HSL | 23.17º | 0.77% | 0.74% | - |
| HSV(B) | 23.17º | 0.42% | 0.94% | - |
| XYZ | 56.52 | 52.23 | 31.53 | - |
| YUV | 192.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 139 | 0 | 0.26 | 0.42 | 0.06 | 23.17 | 0.77 | 0.74 |
| Hex | F0 | B2 | 8B | 0 | 1A | 2A | 6 | 17 | 4D | 4A |
| Octal | 360 | 262 | 213 | 0 | 32 | 52 | 6 | 27 | 115 | 112 |
| Binary | 11110000 | 10110010 | 10001011 | 0 | 11010 | 101010 | 110 | 10111 | 1001101 | 1001010 |
Color Harmonies of #F0B28B
Complementary color
Monochromatic Colors of #F0B28B
Black with #F0B28B
Text Example
Text Example
White with #F0B28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B28B; }
p { color: rgb(240,178,139); }
H1.HeaderClassName
{
color: #F0B28B;
}
.AnyTagClassName
{
color: #F0B28B;
}
</style>
background-color css
<style>
a { background-color: #F0B28B; }
a { background-color: rgb(240,178,139); }
div.DivClassName
{
background-color: #F0B28B;
}
.BgClassName
{
background-color: #F0B28B;
}
</style>
border-color css
<style>
span { border-color: #F0B28B; }
span { border-color: rgb(240,178,139); }
td.TdClassName
{
border-color: #F0B28B;
}
.TagClassName
{
border-color: #F0B28B;
}
</style>