Shades of Mandys Pink #F0BE9E
Tints of Mandys Pink #F0BE9E
RGB
CMYK
RGB Variations
Color information
#F0BE9E (or 0xF0BE9E) is known color: Mandys Pink. HEX triplet: F0, BE and 9E. RGB value is (240,190,158). Sum of RGB (Red+Green+Blue) = 240+190+158=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BE9E is #0F4161. Grayscale: #C9C9C9. Windows color (decimal): -999778 or 10403568. OLE color: 10403568.
HSL color Cylindrical-coordinate representation of color #F0BE9E: hue angle of 23.41º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0BE9E is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 158 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.06 |
| HSL | 23.41º | 0.73% | 0.78% | - |
| HSV(B) | 23.41º | 0.34% | 0.94% | - |
| XYZ | 60.52 | 57.82 | 40.32 | - |
| YUV | 201.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 158 | 0 | 0.21 | 0.34 | 0.06 | 23.41 | 0.73 | 0.78 |
| Hex | F0 | BE | 9E | 0 | 15 | 22 | 6 | 17 | 49 | 4E |
| Octal | 360 | 276 | 236 | 0 | 25 | 42 | 6 | 27 | 111 | 116 |
| Binary | 11110000 | 10111110 | 10011110 | 0 | 10101 | 100010 | 110 | 10111 | 1001001 | 1001110 |
Color Harmonies of #F0BE9E
Complementary color
Monochromatic Colors of #F0BE9E
Black with #F0BE9E
Text Example
Text Example
White with #F0BE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BE9E; }
p { color: rgb(240,190,158); }
H1.HeaderClassName
{
color: #F0BE9E;
}
.AnyTagClassName
{
color: #F0BE9E;
}
</style>
background-color css
<style>
a { background-color: #F0BE9E; }
a { background-color: rgb(240,190,158); }
div.DivClassName
{
background-color: #F0BE9E;
}
.BgClassName
{
background-color: #F0BE9E;
}
</style>
border-color css
<style>
span { border-color: #F0BE9E; }
span { border-color: rgb(240,190,158); }
td.TdClassName
{
border-color: #F0BE9E;
}
.TagClassName
{
border-color: #F0BE9E;
}
</style>