Shades of Pink Lady #F3D9BA
Tints of Pink Lady #F3D9BA
RGB
CMYK
RGB Variations
Color information
#F3D9BA (or 0xF3D9BA) is known color: Pink Lady. HEX triplet: F3, D9 and BA. RGB value is (243,217,186). Sum of RGB (Red+Green+Blue) = 243+217+186=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D9BA is #0C2645. Grayscale: #DDDDDD. Windows color (decimal): -796230 or 12245491. OLE color: 12245491.
HSL color Cylindrical-coordinate representation of color #F3D9BA: hue angle of 32.63º degrees, saturation: 0.7, 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 #F3D9BA is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 217 | 186 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.05 |
| HSL | 32.63º | 0.7% | 0.84% | - |
| HSV(B) | 32.63º | 0.23% | 0.95% | - |
| XYZ | 70.64 | 72.23 | 56.67 | - |
| YUV | 221.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 217 | 186 | 0 | 0.11 | 0.23 | 0.05 | 32.63 | 0.7 | 0.84 |
| Hex | F3 | D9 | BA | 0 | B | 17 | 5 | 21 | 46 | 54 |
| Octal | 363 | 331 | 272 | 0 | 13 | 27 | 5 | 41 | 106 | 124 |
| Binary | 11110011 | 11011001 | 10111010 | 0 | 1011 | 10111 | 101 | 100001 | 1000110 | 1010100 |
Color Harmonies of #F3D9BA
Complementary color
Monochromatic Colors of #F3D9BA
Black with #F3D9BA
Text Example
Text Example
White with #F3D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D9BA; }
p { color: rgb(243,217,186); }
H1.HeaderClassName
{
color: #F3D9BA;
}
.AnyTagClassName
{
color: #F3D9BA;
}
</style>
background-color css
<style>
a { background-color: #F3D9BA; }
a { background-color: rgb(243,217,186); }
div.DivClassName
{
background-color: #F3D9BA;
}
.BgClassName
{
background-color: #F3D9BA;
}
</style>
border-color css
<style>
span { border-color: #F3D9BA; }
span { border-color: rgb(243,217,186); }
td.TdClassName
{
border-color: #F3D9BA;
}
.TagClassName
{
border-color: #F3D9BA;
}
</style>