Shades of Mandys Pink #F0BEA0
Tints of Mandys Pink #F0BEA0
RGB
CMYK
RGB Variations
Color information
#F0BEA0 (or 0xF0BEA0) is known color: Mandys Pink. HEX triplet: F0, BE and A0. RGB value is (240,190,160). Sum of RGB (Red+Green+Blue) = 240+190+160=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BEA0 is #0F415F. Grayscale: #C9C9C9. Windows color (decimal): -999776 or 10534640. OLE color: 10534640.
HSL color Cylindrical-coordinate representation of color #F0BEA0: hue angle of 22.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0BEA0 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 160 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.06 |
| HSL | 22.5º | 0.73% | 0.78% | - |
| HSV(B) | 22.5º | 0.33% | 0.94% | - |
| XYZ | 60.69 | 57.89 | 41.23 | - |
| YUV | 201.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 160 | 0 | 0.21 | 0.33 | 0.06 | 22.5 | 0.73 | 0.78 |
| Hex | F0 | BE | A0 | 0 | 15 | 21 | 6 | 16 | 49 | 4E |
| Octal | 360 | 276 | 240 | 0 | 25 | 41 | 6 | 26 | 111 | 116 |
| Binary | 11110000 | 10111110 | 10100000 | 0 | 10101 | 100001 | 110 | 10110 | 1001001 | 1001110 |
Color Harmonies of #F0BEA0
Complementary color
Monochromatic Colors of #F0BEA0
Black with #F0BEA0
Text Example
Text Example
White with #F0BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BEA0; }
p { color: rgb(240,190,160); }
H1.HeaderClassName
{
color: #F0BEA0;
}
.AnyTagClassName
{
color: #F0BEA0;
}
</style>
background-color css
<style>
a { background-color: #F0BEA0; }
a { background-color: rgb(240,190,160); }
div.DivClassName
{
background-color: #F0BEA0;
}
.BgClassName
{
background-color: #F0BEA0;
}
</style>
border-color css
<style>
span { border-color: #F0BEA0; }
span { border-color: rgb(240,190,160); }
td.TdClassName
{
border-color: #F0BEA0;
}
.TagClassName
{
border-color: #F0BEA0;
}
</style>