Shades of Pink Lace #F3D2DC
Tints of Pink Lace #F3D2DC
RGB
CMYK
RGB Variations
Color information
#F3D2DC (or 0xF3D2DC) is known color: Pink Lace. HEX triplet: F3, D2 and DC. RGB value is (243,210,220). Sum of RGB (Red+Green+Blue) = 243+210+220=673 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.11% from 673); Green value is 210 (82.42% from 255 or 31.20% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D2DC is #0C2D23. Grayscale: #DCDCDC. Windows color (decimal): -797988 or 14471923. OLE color: 14471923.
HSL color Cylindrical-coordinate representation of color #F3D2DC: hue angle of 341.82º 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 #F3D2DC is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 220 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.05 |
| HSL | 341.82º | 0.58% | 0.89% | - |
| HSV(B) | 341.82º | 0.14% | 0.95% | - |
| XYZ | 72.93 | 70.32 | 77.44 | - |
| YUV | 221.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 220 | 0 | 0.14 | 0.09 | 0.05 | 341.82 | 0.58 | 0.89 |
| Hex | F3 | D2 | DC | 0 | E | 9 | 5 | 156 | 3A | 59 |
| Octal | 363 | 322 | 334 | 0 | 16 | 11 | 5 | 526 | 72 | 131 |
| Binary | 11110011 | 11010010 | 11011100 | 0 | 1110 | 1001 | 101 | 101010110 | 111010 | 1011001 |
Color Harmonies of #F3D2DC
Complementary color
Monochromatic Colors of #F3D2DC
Black with #F3D2DC
Text Example
Text Example
White with #F3D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D2DC; }
p { color: rgb(243,210,220); }
H1.HeaderClassName
{
color: #F3D2DC;
}
.AnyTagClassName
{
color: #F3D2DC;
}
</style>
background-color css
<style>
a { background-color: #F3D2DC; }
a { background-color: rgb(243,210,220); }
div.DivClassName
{
background-color: #F3D2DC;
}
.BgClassName
{
background-color: #F3D2DC;
}
</style>
border-color css
<style>
span { border-color: #F3D2DC; }
span { border-color: rgb(243,210,220); }
td.TdClassName
{
border-color: #F3D2DC;
}
.TagClassName
{
border-color: #F3D2DC;
}
</style>