Shades of Mandys Pink #F0B28F
Tints of Mandys Pink #F0B28F
RGB
CMYK
RGB Variations
Color information
#F0B28F (or 0xF0B28F) is known color: Mandys Pink. HEX triplet: F0, B2 and 8F. RGB value is (240,178,143). Sum of RGB (Red+Green+Blue) = 240+178+143=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B28F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B28F is #0F4D70. Grayscale: #C0C0C0. Windows color (decimal): -1002865 or 9417456. OLE color: 9417456.
HSL color Cylindrical-coordinate representation of color #F0B28F: hue angle of 21.65º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0B28F is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 143 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.06 |
| HSL | 21.65º | 0.76% | 0.75% | - |
| HSV(B) | 21.65º | 0.4% | 0.94% | - |
| XYZ | 56.81 | 52.35 | 33.1 | - |
| YUV | 192.55 | 100.04 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 143 | 0 | 0.26 | 0.40 | 0.06 | 21.65 | 0.76 | 0.75 |
| Hex | F0 | B2 | 8F | 0 | 1A | 28 | 6 | 16 | 4C | 4B |
| Octal | 360 | 262 | 217 | 0 | 32 | 50 | 6 | 26 | 114 | 113 |
| Binary | 11110000 | 10110010 | 10001111 | 0 | 11010 | 101000 | 110 | 10110 | 1001100 | 1001011 |
Color Harmonies of #F0B28F
Complementary color
Monochromatic Colors of #F0B28F
Black with #F0B28F
Text Example
Text Example
White with #F0B28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B28F; }
p { color: rgb(240,178,143); }
H1.HeaderClassName
{
color: #F0B28F;
}
.AnyTagClassName
{
color: #F0B28F;
}
</style>
background-color css
<style>
a { background-color: #F0B28F; }
a { background-color: rgb(240,178,143); }
div.DivClassName
{
background-color: #F0B28F;
}
.BgClassName
{
background-color: #F0B28F;
}
</style>
border-color css
<style>
span { border-color: #F0B28F; }
span { border-color: rgb(240,178,143); }
td.TdClassName
{
border-color: #F0B28F;
}
.TagClassName
{
border-color: #F0B28F;
}
</style>