Shades of Pink Lace #F6CDD1
Tints of Pink Lace #F6CDD1
RGB
CMYK
RGB Variations
Color information
#F6CDD1 (or 0xF6CDD1) is known color: Pink Lace. HEX triplet: F6, CD and D1. RGB value is (246,205,209). Sum of RGB (Red+Green+Blue) = 246+205+209=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDD1 is #09322E. Grayscale: #D9D9D9. Windows color (decimal): -602671 or 13749750. OLE color: 13749750.
HSL color Cylindrical-coordinate representation of color #F6CDD1: hue angle of 354.15º 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 #F6CDD1 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 209 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.04 |
| HSL | 354.15º | 0.69% | 0.88% | - |
| HSV(B) | 354.15º | 0.17% | 0.96% | - |
| XYZ | 71.35 | 67.86 | 69.66 | - |
| YUV | 217.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 209 | 0 | 0.17 | 0.15 | 0.04 | 354.15 | 0.69 | 0.88 |
| Hex | F6 | CD | D1 | 0 | 11 | F | 4 | 162 | 45 | 58 |
| Octal | 366 | 315 | 321 | 0 | 21 | 17 | 4 | 542 | 105 | 130 |
| Binary | 11110110 | 11001101 | 11010001 | 0 | 10001 | 1111 | 100 | 101100010 | 1000101 | 1011000 |
Color Harmonies of #F6CDD1
Complementary color
Monochromatic Colors of #F6CDD1
Black with #F6CDD1
Text Example
Text Example
White with #F6CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDD1; }
p { color: rgb(246,205,209); }
H1.HeaderClassName
{
color: #F6CDD1;
}
.AnyTagClassName
{
color: #F6CDD1;
}
</style>
background-color css
<style>
a { background-color: #F6CDD1; }
a { background-color: rgb(246,205,209); }
div.DivClassName
{
background-color: #F6CDD1;
}
.BgClassName
{
background-color: #F6CDD1;
}
</style>
border-color css
<style>
span { border-color: #F6CDD1; }
span { border-color: rgb(246,205,209); }
td.TdClassName
{
border-color: #F6CDD1;
}
.TagClassName
{
border-color: #F6CDD1;
}
</style>