Shades of Pink Lady #F3D4AD
Tints of Pink Lady #F3D4AD
RGB
CMYK
RGB Variations
Color information
#F3D4AD (or 0xF3D4AD) is known color: Pink Lady. HEX triplet: F3, D4 and AD. RGB value is (243,212,173). Sum of RGB (Red+Green+Blue) = 243+212+173=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D4AD is #0C2B52. Grayscale: #D9D9D9. Windows color (decimal): -797523 or 11392243. OLE color: 11392243.
HSL color Cylindrical-coordinate representation of color #F3D4AD: hue angle of 33.43º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3D4AD is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 212 | 173 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.05 |
| HSL | 33.43º | 0.74% | 0.82% | - |
| HSV(B) | 33.43º | 0.29% | 0.95% | - |
| XYZ | 68.05 | 69.16 | 49.3 | - |
| YUV | 216.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 212 | 173 | 0 | 0.13 | 0.29 | 0.05 | 33.43 | 0.74 | 0.82 |
| Hex | F3 | D4 | AD | 0 | D | 1D | 5 | 21 | 4A | 52 |
| Octal | 363 | 324 | 255 | 0 | 15 | 35 | 5 | 41 | 112 | 122 |
| Binary | 11110011 | 11010100 | 10101101 | 0 | 1101 | 11101 | 101 | 100001 | 1001010 | 1010010 |
Color Harmonies of #F3D4AD
Complementary color
Monochromatic Colors of #F3D4AD
Black with #F3D4AD
Text Example
Text Example
White with #F3D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D4AD; }
p { color: rgb(243,212,173); }
H1.HeaderClassName
{
color: #F3D4AD;
}
.AnyTagClassName
{
color: #F3D4AD;
}
</style>
background-color css
<style>
a { background-color: #F3D4AD; }
a { background-color: rgb(243,212,173); }
div.DivClassName
{
background-color: #F3D4AD;
}
.BgClassName
{
background-color: #F3D4AD;
}
</style>
border-color css
<style>
span { border-color: #F3D4AD; }
span { border-color: rgb(243,212,173); }
td.TdClassName
{
border-color: #F3D4AD;
}
.TagClassName
{
border-color: #F3D4AD;
}
</style>