Shades of Pink Lace #F6CFDC
Tints of Pink Lace #F6CFDC
RGB
CMYK
RGB Variations
Color information
#F6CFDC (or 0xF6CFDC) is known color: Pink Lace. HEX triplet: F6, CF and DC. RGB value is (246,207,220). Sum of RGB (Red+Green+Blue) = 246+207+220=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFDC is #093023. Grayscale: #DCDCDC. Windows color (decimal): -602148 or 14471158. OLE color: 14471158.
HSL color Cylindrical-coordinate representation of color #F6CFDC: hue angle of 340º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6CFDC is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 220 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.04 |
| HSL | 340º | 0.68% | 0.89% | - |
| HSV(B) | 340º | 0.16% | 0.96% | - |
| XYZ | 73.24 | 69.39 | 77.24 | - |
| YUV | 220.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 220 | 0 | 0.16 | 0.11 | 0.04 | 340 | 0.68 | 0.89 |
| Hex | F6 | CF | DC | 0 | 10 | B | 4 | 154 | 44 | 59 |
| Octal | 366 | 317 | 334 | 0 | 20 | 13 | 4 | 524 | 104 | 131 |
| Binary | 11110110 | 11001111 | 11011100 | 0 | 10000 | 1011 | 100 | 101010100 | 1000100 | 1011001 |
Color Harmonies of #F6CFDC
Complementary color
Monochromatic Colors of #F6CFDC
Black with #F6CFDC
Text Example
Text Example
White with #F6CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFDC; }
p { color: rgb(246,207,220); }
H1.HeaderClassName
{
color: #F6CFDC;
}
.AnyTagClassName
{
color: #F6CFDC;
}
</style>
background-color css
<style>
a { background-color: #F6CFDC; }
a { background-color: rgb(246,207,220); }
div.DivClassName
{
background-color: #F6CFDC;
}
.BgClassName
{
background-color: #F6CFDC;
}
</style>
border-color css
<style>
span { border-color: #F6CFDC; }
span { border-color: rgb(246,207,220); }
td.TdClassName
{
border-color: #F6CFDC;
}
.TagClassName
{
border-color: #F6CFDC;
}
</style>