Shades of Pink Lady #F0D1B6
Tints of Pink Lady #F0D1B6
RGB
CMYK
RGB Variations
Color information
#F0D1B6 (or 0xF0D1B6) is known color: Pink Lady. HEX triplet: F0, D1 and B6. RGB value is (240,209,182). Sum of RGB (Red+Green+Blue) = 240+209+182=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 182 (71.48% from 255 or 28.84% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1B6 is #0F2E49. Grayscale: #D7D7D7. Windows color (decimal): -994890 or 11981296. OLE color: 11981296.
HSL color Cylindrical-coordinate representation of color #F0D1B6: hue angle of 27.93º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0D1B6 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 182 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.06 |
| HSL | 27.93º | 0.66% | 0.83% | - |
| HSV(B) | 27.93º | 0.24% | 0.94% | - |
| XYZ | 67.18 | 67.5 | 53.74 | - |
| YUV | 215.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 182 | 0 | 0.13 | 0.24 | 0.06 | 27.93 | 0.66 | 0.83 |
| Hex | F0 | D1 | B6 | 0 | D | 18 | 6 | 1C | 42 | 53 |
| Octal | 360 | 321 | 266 | 0 | 15 | 30 | 6 | 34 | 102 | 123 |
| Binary | 11110000 | 11010001 | 10110110 | 0 | 1101 | 11000 | 110 | 11100 | 1000010 | 1010011 |
Color Harmonies of #F0D1B6
Complementary color
Monochromatic Colors of #F0D1B6
Black with #F0D1B6
Text Example
Text Example
White with #F0D1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1B6; }
p { color: rgb(240,209,182); }
H1.HeaderClassName
{
color: #F0D1B6;
}
.AnyTagClassName
{
color: #F0D1B6;
}
</style>
background-color css
<style>
a { background-color: #F0D1B6; }
a { background-color: rgb(240,209,182); }
div.DivClassName
{
background-color: #F0D1B6;
}
.BgClassName
{
background-color: #F0D1B6;
}
</style>
border-color css
<style>
span { border-color: #F0D1B6; }
span { border-color: rgb(240,209,182); }
td.TdClassName
{
border-color: #F0D1B6;
}
.TagClassName
{
border-color: #F0D1B6;
}
</style>