Shades of Pink Lace #F3D3DD
Tints of Pink Lace #F3D3DD
RGB
CMYK
RGB Variations
Color information
#F3D3DD (or 0xF3D3DD) is known color: Pink Lace. HEX triplet: F3, D3 and DD. RGB value is (243,211,221). Sum of RGB (Red+Green+Blue) = 243+211+221=675 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D3DD is #0C2C22. Grayscale: #DDDDDD. Windows color (decimal): -797731 or 14537715. OLE color: 14537715.
HSL color Cylindrical-coordinate representation of color #F3D3DD: hue angle of 341.25º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3D3DD is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 221 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.05 |
| HSL | 341.25º | 0.57% | 0.89% | - |
| HSV(B) | 341.25º | 0.13% | 0.95% | - |
| XYZ | 73.31 | 70.86 | 78.22 | - |
| YUV | 221.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 221 | 0 | 0.13 | 0.09 | 0.05 | 341.25 | 0.57 | 0.89 |
| Hex | F3 | D3 | DD | 0 | D | 9 | 5 | 155 | 39 | 59 |
| Octal | 363 | 323 | 335 | 0 | 15 | 11 | 5 | 525 | 71 | 131 |
| Binary | 11110011 | 11010011 | 11011101 | 0 | 1101 | 1001 | 101 | 101010101 | 111001 | 1011001 |
Color Harmonies of #F3D3DD
Complementary color
Monochromatic Colors of #F3D3DD
Black with #F3D3DD
Text Example
Text Example
White with #F3D3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D3DD; }
p { color: rgb(243,211,221); }
H1.HeaderClassName
{
color: #F3D3DD;
}
.AnyTagClassName
{
color: #F3D3DD;
}
</style>
background-color css
<style>
a { background-color: #F3D3DD; }
a { background-color: rgb(243,211,221); }
div.DivClassName
{
background-color: #F3D3DD;
}
.BgClassName
{
background-color: #F3D3DD;
}
</style>
border-color css
<style>
span { border-color: #F3D3DD; }
span { border-color: rgb(243,211,221); }
td.TdClassName
{
border-color: #F3D3DD;
}
.TagClassName
{
border-color: #F3D3DD;
}
</style>