Shades of Pink Lace #F6D1DA
Tints of Pink Lace #F6D1DA
RGB
CMYK
RGB Variations
Color information
#F6D1DA (or 0xF6D1DA) is known color: Pink Lace. HEX triplet: F6, D1 and DA. RGB value is (246,209,218). Sum of RGB (Red+Green+Blue) = 246+209+218=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 209 (82.03% from 255 or 31.05% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D1DA is #092E25. Grayscale: #DDDDDD. Windows color (decimal): -601638 or 14340598. OLE color: 14340598.
HSL color Cylindrical-coordinate representation of color #F6D1DA: hue angle of 345.41º 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 #F6D1DA is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 209 | 218 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.04 |
| HSL | 345.41º | 0.67% | 0.89% | - |
| HSV(B) | 345.41º | 0.15% | 0.96% | - |
| XYZ | 73.46 | 70.26 | 76.02 | - |
| YUV | 221.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 209 | 218 | 0 | 0.15 | 0.11 | 0.04 | 345.41 | 0.67 | 0.89 |
| Hex | F6 | D1 | DA | 0 | F | B | 4 | 159 | 43 | 59 |
| Octal | 366 | 321 | 332 | 0 | 17 | 13 | 4 | 531 | 103 | 131 |
| Binary | 11110110 | 11010001 | 11011010 | 0 | 1111 | 1011 | 100 | 101011001 | 1000011 | 1011001 |
Color Harmonies of #F6D1DA
Complementary color
Monochromatic Colors of #F6D1DA
Black with #F6D1DA
Text Example
Text Example
White with #F6D1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D1DA; }
p { color: rgb(246,209,218); }
H1.HeaderClassName
{
color: #F6D1DA;
}
.AnyTagClassName
{
color: #F6D1DA;
}
</style>
background-color css
<style>
a { background-color: #F6D1DA; }
a { background-color: rgb(246,209,218); }
div.DivClassName
{
background-color: #F6D1DA;
}
.BgClassName
{
background-color: #F6D1DA;
}
</style>
border-color css
<style>
span { border-color: #F6D1DA; }
span { border-color: rgb(246,209,218); }
td.TdClassName
{
border-color: #F6D1DA;
}
.TagClassName
{
border-color: #F6D1DA;
}
</style>