Shades of Pink Lace #F3D1DD
Tints of Pink Lace #F3D1DD
RGB
CMYK
RGB Variations
Color information
#F3D1DD (or 0xF3D1DD) is known color: Pink Lace. HEX triplet: F3, D1 and DD. RGB value is (243,209,221). Sum of RGB (Red+Green+Blue) = 243+209+221=673 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.11% from 673); Green value is 209 (82.03% from 255 or 31.05% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D1DD is #0C2E22. Grayscale: #DCDCDC. Windows color (decimal): -798243 or 14537203. OLE color: 14537203.
HSL color Cylindrical-coordinate representation of color #F3D1DD: hue angle of 338.82º 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 #F3D1DD is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 209 | 221 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.05 |
| HSL | 338.82º | 0.59% | 0.89% | - |
| HSV(B) | 338.82º | 0.14% | 0.95% | - |
| XYZ | 72.81 | 69.88 | 78.06 | - |
| YUV | 220.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 209 | 221 | 0 | 0.14 | 0.09 | 0.05 | 338.82 | 0.59 | 0.89 |
| Hex | F3 | D1 | DD | 0 | E | 9 | 5 | 153 | 3B | 59 |
| Octal | 363 | 321 | 335 | 0 | 16 | 11 | 5 | 523 | 73 | 131 |
| Binary | 11110011 | 11010001 | 11011101 | 0 | 1110 | 1001 | 101 | 101010011 | 111011 | 1011001 |
Color Harmonies of #F3D1DD
Complementary color
Monochromatic Colors of #F3D1DD
Black with #F3D1DD
Text Example
Text Example
White with #F3D1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D1DD; }
p { color: rgb(243,209,221); }
H1.HeaderClassName
{
color: #F3D1DD;
}
.AnyTagClassName
{
color: #F3D1DD;
}
</style>
background-color css
<style>
a { background-color: #F3D1DD; }
a { background-color: rgb(243,209,221); }
div.DivClassName
{
background-color: #F3D1DD;
}
.BgClassName
{
background-color: #F3D1DD;
}
</style>
border-color css
<style>
span { border-color: #F3D1DD; }
span { border-color: rgb(243,209,221); }
td.TdClassName
{
border-color: #F3D1DD;
}
.TagClassName
{
border-color: #F3D1DD;
}
</style>