Shades of Pink Lady #F3DABA
Tints of Pink Lady #F3DABA
RGB
CMYK
RGB Variations
Color information
#F3DABA (or 0xF3DABA) is known color: Pink Lady. HEX triplet: F3, DA and BA. RGB value is (243,218,186). Sum of RGB (Red+Green+Blue) = 243+218+186=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DABA is #0C2545. Grayscale: #DDDDDD. Windows color (decimal): -795974 or 12245747. OLE color: 12245747.
HSL color Cylindrical-coordinate representation of color #F3DABA: hue angle of 33.68º 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 #F3DABA is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 186 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.05 |
| HSL | 33.68º | 0.7% | 0.84% | - |
| HSV(B) | 33.68º | 0.23% | 0.95% | - |
| XYZ | 70.9 | 72.74 | 56.76 | - |
| YUV | 221.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 186 | 0 | 0.10 | 0.23 | 0.05 | 33.68 | 0.7 | 0.84 |
| Hex | F3 | DA | BA | 0 | A | 17 | 5 | 22 | 46 | 54 |
| Octal | 363 | 332 | 272 | 0 | 12 | 27 | 5 | 42 | 106 | 124 |
| Binary | 11110011 | 11011010 | 10111010 | 0 | 1010 | 10111 | 101 | 100010 | 1000110 | 1010100 |
Color Harmonies of #F3DABA
Complementary color
Monochromatic Colors of #F3DABA
Black with #F3DABA
Text Example
Text Example
White with #F3DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DABA; }
p { color: rgb(243,218,186); }
H1.HeaderClassName
{
color: #F3DABA;
}
.AnyTagClassName
{
color: #F3DABA;
}
</style>
background-color css
<style>
a { background-color: #F3DABA; }
a { background-color: rgb(243,218,186); }
div.DivClassName
{
background-color: #F3DABA;
}
.BgClassName
{
background-color: #F3DABA;
}
</style>
border-color css
<style>
span { border-color: #F3DABA; }
span { border-color: rgb(243,218,186); }
td.TdClassName
{
border-color: #F3DABA;
}
.TagClassName
{
border-color: #F3DABA;
}
</style>