Shades of Pink Lace #F6D2DD
Tints of Pink Lace #F6D2DD
RGB
CMYK
RGB Variations
Color information
#F6D2DD (or 0xF6D2DD) is known color: Pink Lace. HEX triplet: F6, D2 and DD. RGB value is (246,210,221). Sum of RGB (Red+Green+Blue) = 246+210+221=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D2DD is #092D22. Grayscale: #DEDEDE. Windows color (decimal): -601379 or 14537462. OLE color: 14537462.
HSL color Cylindrical-coordinate representation of color #F6D2DD: hue angle of 341.67º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6D2DD is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 210 | 221 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.04 |
| HSL | 341.67º | 0.67% | 0.89% | - |
| HSV(B) | 341.67º | 0.15% | 0.96% | - |
| XYZ | 74.1 | 70.91 | 78.19 | - |
| YUV | 222.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 210 | 221 | 0 | 0.15 | 0.10 | 0.04 | 341.67 | 0.67 | 0.89 |
| Hex | F6 | D2 | DD | 0 | F | A | 4 | 156 | 43 | 59 |
| Octal | 366 | 322 | 335 | 0 | 17 | 12 | 4 | 526 | 103 | 131 |
| Binary | 11110110 | 11010010 | 11011101 | 0 | 1111 | 1010 | 100 | 101010110 | 1000011 | 1011001 |
Color Harmonies of #F6D2DD
Complementary color
Monochromatic Colors of #F6D2DD
Black with #F6D2DD
Text Example
Text Example
White with #F6D2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D2DD; }
p { color: rgb(246,210,221); }
H1.HeaderClassName
{
color: #F6D2DD;
}
.AnyTagClassName
{
color: #F6D2DD;
}
</style>
background-color css
<style>
a { background-color: #F6D2DD; }
a { background-color: rgb(246,210,221); }
div.DivClassName
{
background-color: #F6D2DD;
}
.BgClassName
{
background-color: #F6D2DD;
}
</style>
border-color css
<style>
span { border-color: #F6D2DD; }
span { border-color: rgb(246,210,221); }
td.TdClassName
{
border-color: #F6D2DD;
}
.TagClassName
{
border-color: #F6D2DD;
}
</style>