Shades of Pink Lace #F6CDD4
Tints of Pink Lace #F6CDD4
RGB
CMYK
RGB Variations
Color information
#F6CDD4 (or 0xF6CDD4) is known color: Pink Lace. HEX triplet: F6, CD and D4. RGB value is (246,205,212). Sum of RGB (Red+Green+Blue) = 246+205+212=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDD4 is #09322B. Grayscale: #DADADA. Windows color (decimal): -602668 or 13946358. OLE color: 13946358.
HSL color Cylindrical-coordinate representation of color #F6CDD4: hue angle of 349.76º 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 #F6CDD4 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 212 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.04 |
| HSL | 349.76º | 0.69% | 0.88% | - |
| HSV(B) | 349.76º | 0.17% | 0.96% | - |
| XYZ | 71.72 | 68.01 | 71.63 | - |
| YUV | 218.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 212 | 0 | 0.17 | 0.14 | 0.04 | 349.76 | 0.69 | 0.88 |
| Hex | F6 | CD | D4 | 0 | 11 | E | 4 | 15E | 45 | 58 |
| Octal | 366 | 315 | 324 | 0 | 21 | 16 | 4 | 536 | 105 | 130 |
| Binary | 11110110 | 11001101 | 11010100 | 0 | 10001 | 1110 | 100 | 101011110 | 1000101 | 1011000 |
Color Harmonies of #F6CDD4
Complementary color
Monochromatic Colors of #F6CDD4
Black with #F6CDD4
Text Example
Text Example
White with #F6CDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDD4; }
p { color: rgb(246,205,212); }
H1.HeaderClassName
{
color: #F6CDD4;
}
.AnyTagClassName
{
color: #F6CDD4;
}
</style>
background-color css
<style>
a { background-color: #F6CDD4; }
a { background-color: rgb(246,205,212); }
div.DivClassName
{
background-color: #F6CDD4;
}
.BgClassName
{
background-color: #F6CDD4;
}
</style>
border-color css
<style>
span { border-color: #F6CDD4; }
span { border-color: rgb(246,205,212); }
td.TdClassName
{
border-color: #F6CDD4;
}
.TagClassName
{
border-color: #F6CDD4;
}
</style>