Shades of Pink Lady #F3D4BA
Tints of Pink Lady #F3D4BA
RGB
CMYK
RGB Variations
Color information
#F3D4BA (or 0xF3D4BA) is known color: Pink Lady. HEX triplet: F3, D4 and BA. RGB value is (243,212,186). Sum of RGB (Red+Green+Blue) = 243+212+186=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D4BA is #0C2B45. Grayscale: #DADADA. Windows color (decimal): -797510 or 12244211. OLE color: 12244211.
HSL color Cylindrical-coordinate representation of color #F3D4BA: hue angle of 27.37º 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 #F3D4BA is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 212 | 186 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.05 |
| HSL | 27.37º | 0.7% | 0.84% | - |
| HSV(B) | 27.37º | 0.23% | 0.95% | - |
| XYZ | 69.37 | 69.69 | 56.25 | - |
| YUV | 218.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 212 | 186 | 0 | 0.13 | 0.23 | 0.05 | 27.37 | 0.7 | 0.84 |
| Hex | F3 | D4 | BA | 0 | D | 17 | 5 | 1B | 46 | 54 |
| Octal | 363 | 324 | 272 | 0 | 15 | 27 | 5 | 33 | 106 | 124 |
| Binary | 11110011 | 11010100 | 10111010 | 0 | 1101 | 10111 | 101 | 11011 | 1000110 | 1010100 |
Color Harmonies of #F3D4BA
Complementary color
Monochromatic Colors of #F3D4BA
Black with #F3D4BA
Text Example
Text Example
White with #F3D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D4BA; }
p { color: rgb(243,212,186); }
H1.HeaderClassName
{
color: #F3D4BA;
}
.AnyTagClassName
{
color: #F3D4BA;
}
</style>
background-color css
<style>
a { background-color: #F3D4BA; }
a { background-color: rgb(243,212,186); }
div.DivClassName
{
background-color: #F3D4BA;
}
.BgClassName
{
background-color: #F3D4BA;
}
</style>
border-color css
<style>
span { border-color: #F3D4BA; }
span { border-color: rgb(243,212,186); }
td.TdClassName
{
border-color: #F3D4BA;
}
.TagClassName
{
border-color: #F3D4BA;
}
</style>