Shades of Pink Lace #F6D1DD
Tints of Pink Lace #F6D1DD
RGB
CMYK
RGB Variations
Color information
#F6D1DD (or 0xF6D1DD) is known color: Pink Lace. HEX triplet: F6, D1 and DD. RGB value is (246,209,221). Sum of RGB (Red+Green+Blue) = 246+209+221=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 209 (82.03% from 255 or 30.92% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D1DD is #092E22. Grayscale: #DDDDDD. Windows color (decimal): -601635 or 14537206. OLE color: 14537206.
HSL color Cylindrical-coordinate representation of color #F6D1DD: hue angle of 340.54º 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 #F6D1DD is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 209 | 221 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.04 |
| HSL | 340.54º | 0.67% | 0.89% | - |
| HSV(B) | 340.54º | 0.15% | 0.96% | - |
| XYZ | 73.86 | 70.41 | 78.11 | - |
| YUV | 221.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 209 | 221 | 0 | 0.15 | 0.10 | 0.04 | 340.54 | 0.67 | 0.89 |
| Hex | F6 | D1 | DD | 0 | F | A | 4 | 155 | 43 | 59 |
| Octal | 366 | 321 | 335 | 0 | 17 | 12 | 4 | 525 | 103 | 131 |
| Binary | 11110110 | 11010001 | 11011101 | 0 | 1111 | 1010 | 100 | 101010101 | 1000011 | 1011001 |
Color Harmonies of #F6D1DD
Complementary color
Monochromatic Colors of #F6D1DD
Black with #F6D1DD
Text Example
Text Example
White with #F6D1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D1DD; }
p { color: rgb(246,209,221); }
H1.HeaderClassName
{
color: #F6D1DD;
}
.AnyTagClassName
{
color: #F6D1DD;
}
</style>
background-color css
<style>
a { background-color: #F6D1DD; }
a { background-color: rgb(246,209,221); }
div.DivClassName
{
background-color: #F6D1DD;
}
.BgClassName
{
background-color: #F6D1DD;
}
</style>
border-color css
<style>
span { border-color: #F6D1DD; }
span { border-color: rgb(246,209,221); }
td.TdClassName
{
border-color: #F6D1DD;
}
.TagClassName
{
border-color: #F6D1DD;
}
</style>