Shades of Pink Lady #F3D5B3
Tints of Pink Lady #F3D5B3
RGB
CMYK
RGB Variations
Color information
#F3D5B3 (or 0xF3D5B3) is known color: Pink Lady. HEX triplet: F3, D5 and B3. RGB value is (243,213,179). Sum of RGB (Red+Green+Blue) = 243+213+179=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D5B3 is #0C2A4C. Grayscale: #DADADA. Windows color (decimal): -797261 or 11785715. OLE color: 11785715.
HSL color Cylindrical-coordinate representation of color #F3D5B3: hue angle of 31.88º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3D5B3 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 179 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.05 |
| HSL | 31.88º | 0.73% | 0.83% | - |
| HSV(B) | 31.88º | 0.26% | 0.95% | - |
| XYZ | 68.89 | 69.9 | 52.51 | - |
| YUV | 218.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 179 | 0 | 0.12 | 0.26 | 0.05 | 31.88 | 0.73 | 0.83 |
| Hex | F3 | D5 | B3 | 0 | C | 1A | 5 | 20 | 49 | 53 |
| Octal | 363 | 325 | 263 | 0 | 14 | 32 | 5 | 40 | 111 | 123 |
| Binary | 11110011 | 11010101 | 10110011 | 0 | 1100 | 11010 | 101 | 100000 | 1001001 | 1010011 |
Color Harmonies of #F3D5B3
Complementary color
Monochromatic Colors of #F3D5B3
Black with #F3D5B3
Text Example
Text Example
White with #F3D5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D5B3; }
p { color: rgb(243,213,179); }
H1.HeaderClassName
{
color: #F3D5B3;
}
.AnyTagClassName
{
color: #F3D5B3;
}
</style>
background-color css
<style>
a { background-color: #F3D5B3; }
a { background-color: rgb(243,213,179); }
div.DivClassName
{
background-color: #F3D5B3;
}
.BgClassName
{
background-color: #F3D5B3;
}
</style>
border-color css
<style>
span { border-color: #F3D5B3; }
span { border-color: rgb(243,213,179); }
td.TdClassName
{
border-color: #F3D5B3;
}
.TagClassName
{
border-color: #F3D5B3;
}
</style>