Shades of Pink Lady #F2D6BA
Tints of Pink Lady #F2D6BA
RGB
CMYK
RGB Variations
Color information
#F2D6BA (or 0xF2D6BA) is known color: Pink Lady. HEX triplet: F2, D6 and BA. RGB value is (242,214,186). Sum of RGB (Red+Green+Blue) = 242+214+186=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D6BA is #0D2945. Grayscale: #DBDBDB. Windows color (decimal): -862534 or 12244722. OLE color: 12244722.
HSL color Cylindrical-coordinate representation of color #F2D6BA: hue angle of 30º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2D6BA is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 186 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.05 |
| HSL | 30º | 0.68% | 0.84% | - |
| HSV(B) | 30º | 0.23% | 0.95% | - |
| XYZ | 69.53 | 70.52 | 56.4 | - |
| YUV | 219.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 186 | 0 | 0.12 | 0.23 | 0.05 | 30 | 0.68 | 0.84 |
| Hex | F2 | D6 | BA | 0 | C | 17 | 5 | 1E | 44 | 54 |
| Octal | 362 | 326 | 272 | 0 | 14 | 27 | 5 | 36 | 104 | 124 |
| Binary | 11110010 | 11010110 | 10111010 | 0 | 1100 | 10111 | 101 | 11110 | 1000100 | 1010100 |
Color Harmonies of #F2D6BA
Complementary color
Monochromatic Colors of #F2D6BA
Black with #F2D6BA
Text Example
Text Example
White with #F2D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D6BA; }
p { color: rgb(242,214,186); }
H1.HeaderClassName
{
color: #F2D6BA;
}
.AnyTagClassName
{
color: #F2D6BA;
}
</style>
background-color css
<style>
a { background-color: #F2D6BA; }
a { background-color: rgb(242,214,186); }
div.DivClassName
{
background-color: #F2D6BA;
}
.BgClassName
{
background-color: #F2D6BA;
}
</style>
border-color css
<style>
span { border-color: #F2D6BA; }
span { border-color: rgb(242,214,186); }
td.TdClassName
{
border-color: #F2D6BA;
}
.TagClassName
{
border-color: #F2D6BA;
}
</style>