Shades of Pink Lace #F3D2DD
Tints of Pink Lace #F3D2DD
RGB
CMYK
RGB Variations
Color information
#F3D2DD (or 0xF3D2DD) is known color: Pink Lace. HEX triplet: F3, D2 and DD. RGB value is (243,210,221). Sum of RGB (Red+Green+Blue) = 243+210+221=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 210 (82.42% from 255 or 31.16% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D2DD is #0C2D22. Grayscale: #DDDDDD. Windows color (decimal): -797987 or 14537459. OLE color: 14537459.
HSL color Cylindrical-coordinate representation of color #F3D2DD: hue angle of 340º degrees, saturation: 0.58, 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 #F3D2DD is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 221 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.05 |
| HSL | 340º | 0.58% | 0.89% | - |
| HSV(B) | 340º | 0.14% | 0.95% | - |
| XYZ | 73.06 | 70.37 | 78.14 | - |
| YUV | 221.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 221 | 0 | 0.14 | 0.09 | 0.05 | 340 | 0.58 | 0.89 |
| Hex | F3 | D2 | DD | 0 | E | 9 | 5 | 154 | 3A | 59 |
| Octal | 363 | 322 | 335 | 0 | 16 | 11 | 5 | 524 | 72 | 131 |
| Binary | 11110011 | 11010010 | 11011101 | 0 | 1110 | 1001 | 101 | 101010100 | 111010 | 1011001 |
Color Harmonies of #F3D2DD
Complementary color
Monochromatic Colors of #F3D2DD
Black with #F3D2DD
Text Example
Text Example
White with #F3D2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D2DD; }
p { color: rgb(243,210,221); }
H1.HeaderClassName
{
color: #F3D2DD;
}
.AnyTagClassName
{
color: #F3D2DD;
}
</style>
background-color css
<style>
a { background-color: #F3D2DD; }
a { background-color: rgb(243,210,221); }
div.DivClassName
{
background-color: #F3D2DD;
}
.BgClassName
{
background-color: #F3D2DD;
}
</style>
border-color css
<style>
span { border-color: #F3D2DD; }
span { border-color: rgb(243,210,221); }
td.TdClassName
{
border-color: #F3D2DD;
}
.TagClassName
{
border-color: #F3D2DD;
}
</style>