Shades of Pink Lace #F6CDD6
Tints of Pink Lace #F6CDD6
RGB
CMYK
RGB Variations
Color information
#F6CDD6 (or 0xF6CDD6) is known color: Pink Lace. HEX triplet: F6, CD and D6. RGB value is (246,205,214). Sum of RGB (Red+Green+Blue) = 246+205+214=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 214 (83.98% from 255 or 32.18% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDD6 is #093229. Grayscale: #DADADA. Windows color (decimal): -602666 or 14077430. OLE color: 14077430.
HSL color Cylindrical-coordinate representation of color #F6CDD6: hue angle of 346.83º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CDD6 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 214 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.04 |
| HSL | 346.83º | 0.69% | 0.88% | - |
| HSV(B) | 346.83º | 0.17% | 0.96% | - |
| XYZ | 71.97 | 68.11 | 72.97 | - |
| YUV | 218.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 214 | 0 | 0.17 | 0.13 | 0.04 | 346.83 | 0.69 | 0.88 |
| Hex | F6 | CD | D6 | 0 | 11 | D | 4 | 15B | 45 | 58 |
| Octal | 366 | 315 | 326 | 0 | 21 | 15 | 4 | 533 | 105 | 130 |
| Binary | 11110110 | 11001101 | 11010110 | 0 | 10001 | 1101 | 100 | 101011011 | 1000101 | 1011000 |
Color Harmonies of #F6CDD6
Complementary color
Monochromatic Colors of #F6CDD6
Black with #F6CDD6
Text Example
Text Example
White with #F6CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDD6; }
p { color: rgb(246,205,214); }
H1.HeaderClassName
{
color: #F6CDD6;
}
.AnyTagClassName
{
color: #F6CDD6;
}
</style>
background-color css
<style>
a { background-color: #F6CDD6; }
a { background-color: rgb(246,205,214); }
div.DivClassName
{
background-color: #F6CDD6;
}
.BgClassName
{
background-color: #F6CDD6;
}
</style>
border-color css
<style>
span { border-color: #F6CDD6; }
span { border-color: rgb(246,205,214); }
td.TdClassName
{
border-color: #F6CDD6;
}
.TagClassName
{
border-color: #F6CDD6;
}
</style>