Shades of Pink Lady #F2D9B7
Tints of Pink Lady #F2D9B7
RGB
CMYK
RGB Variations
Color information
#F2D9B7 (or 0xF2D9B7) is known color: Pink Lady. HEX triplet: F2, D9 and B7. RGB value is (242,217,183). Sum of RGB (Red+Green+Blue) = 242+217+183=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 183 (71.88% from 255 or 28.50% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D9B7 is #0D2648. Grayscale: #DCDCDC. Windows color (decimal): -861769 or 12048882. OLE color: 12048882.
HSL color Cylindrical-coordinate representation of color #F2D9B7: hue angle of 34.58º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2D9B7 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 183 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.05 |
| HSL | 34.58º | 0.69% | 0.83% | - |
| HSV(B) | 34.58º | 0.24% | 0.95% | - |
| XYZ | 69.98 | 71.92 | 54.99 | - |
| YUV | 220.6 | 106.78 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 183 | 0 | 0.10 | 0.24 | 0.05 | 34.58 | 0.69 | 0.83 |
| Hex | F2 | D9 | B7 | 0 | A | 18 | 5 | 23 | 45 | 53 |
| Octal | 362 | 331 | 267 | 0 | 12 | 30 | 5 | 43 | 105 | 123 |
| Binary | 11110010 | 11011001 | 10110111 | 0 | 1010 | 11000 | 101 | 100011 | 1000101 | 1010011 |
Color Harmonies of #F2D9B7
Complementary color
Monochromatic Colors of #F2D9B7
Black with #F2D9B7
Text Example
Text Example
White with #F2D9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9B7; }
p { color: rgb(242,217,183); }
H1.HeaderClassName
{
color: #F2D9B7;
}
.AnyTagClassName
{
color: #F2D9B7;
}
</style>
background-color css
<style>
a { background-color: #F2D9B7; }
a { background-color: rgb(242,217,183); }
div.DivClassName
{
background-color: #F2D9B7;
}
.BgClassName
{
background-color: #F2D9B7;
}
</style>
border-color css
<style>
span { border-color: #F2D9B7; }
span { border-color: rgb(242,217,183); }
td.TdClassName
{
border-color: #F2D9B7;
}
.TagClassName
{
border-color: #F2D9B7;
}
</style>