Shades of Mandys Pink #F0B995
Tints of Mandys Pink #F0B995
RGB
CMYK
RGB Variations
Color information
#F0B995 (or 0xF0B995) is known color: Mandys Pink. HEX triplet: F0, B9 and 95. RGB value is (240,185,149). Sum of RGB (Red+Green+Blue) = 240+185+149=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B995 is #0F466A. Grayscale: #C5C5C5. Windows color (decimal): -1001067 or 9812464. OLE color: 9812464.
HSL color Cylindrical-coordinate representation of color #F0B995: hue angle of 23.74º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0B995 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 149 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.06 |
| HSL | 23.74º | 0.75% | 0.76% | - |
| HSV(B) | 23.74º | 0.38% | 0.94% | - |
| XYZ | 58.71 | 55.39 | 36.03 | - |
| YUV | 197.34 | 100.72 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 149 | 0 | 0.23 | 0.38 | 0.06 | 23.74 | 0.75 | 0.76 |
| Hex | F0 | B9 | 95 | 0 | 17 | 26 | 6 | 18 | 4B | 4C |
| Octal | 360 | 271 | 225 | 0 | 27 | 46 | 6 | 30 | 113 | 114 |
| Binary | 11110000 | 10111001 | 10010101 | 0 | 10111 | 100110 | 110 | 11000 | 1001011 | 1001100 |
Color Harmonies of #F0B995
Complementary color
Monochromatic Colors of #F0B995
Black with #F0B995
Text Example
Text Example
White with #F0B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B995; }
p { color: rgb(240,185,149); }
H1.HeaderClassName
{
color: #F0B995;
}
.AnyTagClassName
{
color: #F0B995;
}
</style>
background-color css
<style>
a { background-color: #F0B995; }
a { background-color: rgb(240,185,149); }
div.DivClassName
{
background-color: #F0B995;
}
.BgClassName
{
background-color: #F0B995;
}
</style>
border-color css
<style>
span { border-color: #F0B995; }
span { border-color: rgb(240,185,149); }
td.TdClassName
{
border-color: #F0B995;
}
.TagClassName
{
border-color: #F0B995;
}
</style>