Shades of Pink Lady #F3D8BA
Tints of Pink Lady #F3D8BA
RGB
CMYK
RGB Variations
Color information
#F3D8BA (or 0xF3D8BA) is known color: Pink Lady. HEX triplet: F3, D8 and BA. RGB value is (243,216,186). Sum of RGB (Red+Green+Blue) = 243+216+186=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D8BA is #0C2745. Grayscale: #DCDCDC. Windows color (decimal): -796486 or 12245235. OLE color: 12245235.
HSL color Cylindrical-coordinate representation of color #F3D8BA: hue angle of 31.58º 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 #F3D8BA is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 216 | 186 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.05 |
| HSL | 31.58º | 0.7% | 0.84% | - |
| HSV(B) | 31.58º | 0.23% | 0.95% | - |
| XYZ | 70.38 | 71.71 | 56.59 | - |
| YUV | 220.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 216 | 186 | 0 | 0.11 | 0.23 | 0.05 | 31.58 | 0.7 | 0.84 |
| Hex | F3 | D8 | BA | 0 | B | 17 | 5 | 20 | 46 | 54 |
| Octal | 363 | 330 | 272 | 0 | 13 | 27 | 5 | 40 | 106 | 124 |
| Binary | 11110011 | 11011000 | 10111010 | 0 | 1011 | 10111 | 101 | 100000 | 1000110 | 1010100 |
Color Harmonies of #F3D8BA
Complementary color
Monochromatic Colors of #F3D8BA
Black with #F3D8BA
Text Example
Text Example
White with #F3D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D8BA; }
p { color: rgb(243,216,186); }
H1.HeaderClassName
{
color: #F3D8BA;
}
.AnyTagClassName
{
color: #F3D8BA;
}
</style>
background-color css
<style>
a { background-color: #F3D8BA; }
a { background-color: rgb(243,216,186); }
div.DivClassName
{
background-color: #F3D8BA;
}
.BgClassName
{
background-color: #F3D8BA;
}
</style>
border-color css
<style>
span { border-color: #F3D8BA; }
span { border-color: rgb(243,216,186); }
td.TdClassName
{
border-color: #F3D8BA;
}
.TagClassName
{
border-color: #F3D8BA;
}
</style>