Shades of Mandys Pink #F0B699
Tints of Mandys Pink #F0B699
RGB
CMYK
RGB Variations
Color information
#F0B699 (or 0xF0B699) is known color: Mandys Pink. HEX triplet: F0, B6 and 99. RGB value is (240,182,153). Sum of RGB (Red+Green+Blue) = 240+182+153=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B699 is #0F4966. Grayscale: #C4C4C4. Windows color (decimal): -1001831 or 10073840. OLE color: 10073840.
HSL color Cylindrical-coordinate representation of color #F0B699: hue angle of 20º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0B699 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 153 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.06 |
| HSL | 20º | 0.74% | 0.77% | - |
| HSV(B) | 20º | 0.36% | 0.94% | - |
| XYZ | 58.41 | 54.28 | 37.54 | - |
| YUV | 196.04 | 103.72 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 153 | 0 | 0.24 | 0.36 | 0.06 | 20 | 0.74 | 0.77 |
| Hex | F0 | B6 | 99 | 0 | 18 | 24 | 6 | 14 | 4A | 4D |
| Octal | 360 | 266 | 231 | 0 | 30 | 44 | 6 | 24 | 112 | 115 |
| Binary | 11110000 | 10110110 | 10011001 | 0 | 11000 | 100100 | 110 | 10100 | 1001010 | 1001101 |
Color Harmonies of #F0B699
Complementary color
Monochromatic Colors of #F0B699
Black with #F0B699
Text Example
Text Example
White with #F0B699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B699; }
p { color: rgb(240,182,153); }
H1.HeaderClassName
{
color: #F0B699;
}
.AnyTagClassName
{
color: #F0B699;
}
</style>
background-color css
<style>
a { background-color: #F0B699; }
a { background-color: rgb(240,182,153); }
div.DivClassName
{
background-color: #F0B699;
}
.BgClassName
{
background-color: #F0B699;
}
</style>
border-color css
<style>
span { border-color: #F0B699; }
span { border-color: rgb(240,182,153); }
td.TdClassName
{
border-color: #F0B699;
}
.TagClassName
{
border-color: #F0B699;
}
</style>