Shades of Pink Lace #F3D1D9
Tints of Pink Lace #F3D1D9
RGB
CMYK
RGB Variations
Color information
#F3D1D9 (or 0xF3D1D9) is known color: Pink Lace. HEX triplet: F3, D1 and D9. RGB value is (243,209,217). Sum of RGB (Red+Green+Blue) = 243+209+217=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D1D9 is #0C2E26. Grayscale: #DCDCDC. Windows color (decimal): -798247 or 14275059. OLE color: 14275059.
HSL color Cylindrical-coordinate representation of color #F3D1D9: hue angle of 345.88º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3D1D9 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 209 | 217 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.05 |
| HSL | 345.88º | 0.59% | 0.89% | - |
| HSV(B) | 345.88º | 0.14% | 0.95% | - |
| XYZ | 72.29 | 69.67 | 75.28 | - |
| YUV | 220.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 209 | 217 | 0 | 0.14 | 0.11 | 0.05 | 345.88 | 0.59 | 0.89 |
| Hex | F3 | D1 | D9 | 0 | E | B | 5 | 15A | 3B | 59 |
| Octal | 363 | 321 | 331 | 0 | 16 | 13 | 5 | 532 | 73 | 131 |
| Binary | 11110011 | 11010001 | 11011001 | 0 | 1110 | 1011 | 101 | 101011010 | 111011 | 1011001 |
Color Harmonies of #F3D1D9
Complementary color
Monochromatic Colors of #F3D1D9
Black with #F3D1D9
Text Example
Text Example
White with #F3D1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D1D9; }
p { color: rgb(243,209,217); }
H1.HeaderClassName
{
color: #F3D1D9;
}
.AnyTagClassName
{
color: #F3D1D9;
}
</style>
background-color css
<style>
a { background-color: #F3D1D9; }
a { background-color: rgb(243,209,217); }
div.DivClassName
{
background-color: #F3D1D9;
}
.BgClassName
{
background-color: #F3D1D9;
}
</style>
border-color css
<style>
span { border-color: #F3D1D9; }
span { border-color: rgb(243,209,217); }
td.TdClassName
{
border-color: #F3D1D9;
}
.TagClassName
{
border-color: #F3D1D9;
}
</style>