Shades of Pink Lady #F3D5BA
Tints of Pink Lady #F3D5BA
RGB
CMYK
RGB Variations
Color information
#F3D5BA (or 0xF3D5BA) is known color: Pink Lady. HEX triplet: F3, D5 and BA. RGB value is (243,213,186). Sum of RGB (Red+Green+Blue) = 243+213+186=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D5BA is #0C2A45. Grayscale: #DBDBDB. Windows color (decimal): -797254 or 12244467. OLE color: 12244467.
HSL color Cylindrical-coordinate representation of color #F3D5BA: hue angle of 28.42º 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 #F3D5BA is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 186 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.05 |
| HSL | 28.42º | 0.7% | 0.84% | - |
| HSV(B) | 28.42º | 0.23% | 0.95% | - |
| XYZ | 69.62 | 70.19 | 56.33 | - |
| YUV | 218.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 186 | 0 | 0.12 | 0.23 | 0.05 | 28.42 | 0.7 | 0.84 |
| Hex | F3 | D5 | BA | 0 | C | 17 | 5 | 1C | 46 | 54 |
| Octal | 363 | 325 | 272 | 0 | 14 | 27 | 5 | 34 | 106 | 124 |
| Binary | 11110011 | 11010101 | 10111010 | 0 | 1100 | 10111 | 101 | 11100 | 1000110 | 1010100 |
Color Harmonies of #F3D5BA
Complementary color
Monochromatic Colors of #F3D5BA
Black with #F3D5BA
Text Example
Text Example
White with #F3D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D5BA; }
p { color: rgb(243,213,186); }
H1.HeaderClassName
{
color: #F3D5BA;
}
.AnyTagClassName
{
color: #F3D5BA;
}
</style>
background-color css
<style>
a { background-color: #F3D5BA; }
a { background-color: rgb(243,213,186); }
div.DivClassName
{
background-color: #F3D5BA;
}
.BgClassName
{
background-color: #F3D5BA;
}
</style>
border-color css
<style>
span { border-color: #F3D5BA; }
span { border-color: rgb(243,213,186); }
td.TdClassName
{
border-color: #F3D5BA;
}
.TagClassName
{
border-color: #F3D5BA;
}
</style>