Shades of Pink Lady #F3D3B3
Tints of Pink Lady #F3D3B3
RGB
CMYK
RGB Variations
Color information
#F3D3B3 (or 0xF3D3B3) is known color: Pink Lady. HEX triplet: F3, D3 and B3. RGB value is (243,211,179). Sum of RGB (Red+Green+Blue) = 243+211+179=633 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.39% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D3B3 is #0C2C4C. Grayscale: #D9D9D9. Windows color (decimal): -797773 or 11785203. OLE color: 11785203.
HSL color Cylindrical-coordinate representation of color #F3D3B3: hue angle of 30º 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 #F3D3B3 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 179 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.05 |
| HSL | 30º | 0.73% | 0.83% | - |
| HSV(B) | 30º | 0.26% | 0.95% | - |
| XYZ | 68.39 | 68.9 | 52.34 | - |
| YUV | 216.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 179 | 0 | 0.13 | 0.26 | 0.05 | 30 | 0.73 | 0.83 |
| Hex | F3 | D3 | B3 | 0 | D | 1A | 5 | 1E | 49 | 53 |
| Octal | 363 | 323 | 263 | 0 | 15 | 32 | 5 | 36 | 111 | 123 |
| Binary | 11110011 | 11010011 | 10110011 | 0 | 1101 | 11010 | 101 | 11110 | 1001001 | 1010011 |
Color Harmonies of #F3D3B3
Complementary color
Monochromatic Colors of #F3D3B3
Black with #F3D3B3
Text Example
Text Example
White with #F3D3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D3B3; }
p { color: rgb(243,211,179); }
H1.HeaderClassName
{
color: #F3D3B3;
}
.AnyTagClassName
{
color: #F3D3B3;
}
</style>
background-color css
<style>
a { background-color: #F3D3B3; }
a { background-color: rgb(243,211,179); }
div.DivClassName
{
background-color: #F3D3B3;
}
.BgClassName
{
background-color: #F3D3B3;
}
</style>
border-color css
<style>
span { border-color: #F3D3B3; }
span { border-color: rgb(243,211,179); }
td.TdClassName
{
border-color: #F3D3B3;
}
.TagClassName
{
border-color: #F3D3B3;
}
</style>