Shades of Pink Lace #F6D0DA
Tints of Pink Lace #F6D0DA
RGB
CMYK
RGB Variations
Color information
#F6D0DA (or 0xF6D0DA) is known color: Pink Lace. HEX triplet: F6, D0 and DA. RGB value is (246,208,218). Sum of RGB (Red+Green+Blue) = 246+208+218=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0DA is #092F25. Grayscale: #DCDCDC. Windows color (decimal): -601894 or 14340342. OLE color: 14340342.
HSL color Cylindrical-coordinate representation of color #F6D0DA: hue angle of 344.21º degrees, saturation: 0.68, 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 #F6D0DA is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 218 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.04 |
| HSL | 344.21º | 0.68% | 0.89% | - |
| HSV(B) | 344.21º | 0.15% | 0.96% | - |
| XYZ | 73.22 | 69.77 | 75.94 | - |
| YUV | 220.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 218 | 0 | 0.15 | 0.11 | 0.04 | 344.21 | 0.68 | 0.89 |
| Hex | F6 | D0 | DA | 0 | F | B | 4 | 158 | 44 | 59 |
| Octal | 366 | 320 | 332 | 0 | 17 | 13 | 4 | 530 | 104 | 131 |
| Binary | 11110110 | 11010000 | 11011010 | 0 | 1111 | 1011 | 100 | 101011000 | 1000100 | 1011001 |
Color Harmonies of #F6D0DA
Complementary color
Monochromatic Colors of #F6D0DA
Black with #F6D0DA
Text Example
Text Example
White with #F6D0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D0DA; }
p { color: rgb(246,208,218); }
H1.HeaderClassName
{
color: #F6D0DA;
}
.AnyTagClassName
{
color: #F6D0DA;
}
</style>
background-color css
<style>
a { background-color: #F6D0DA; }
a { background-color: rgb(246,208,218); }
div.DivClassName
{
background-color: #F6D0DA;
}
.BgClassName
{
background-color: #F6D0DA;
}
</style>
border-color css
<style>
span { border-color: #F6D0DA; }
span { border-color: rgb(246,208,218); }
td.TdClassName
{
border-color: #F6D0DA;
}
.TagClassName
{
border-color: #F6D0DA;
}
</style>