Shades of Pink Lace #F6CFDA
Tints of Pink Lace #F6CFDA
RGB
CMYK
RGB Variations
Color information
#F6CFDA (or 0xF6CFDA) is known color: Pink Lace. HEX triplet: F6, CF and DA. RGB value is (246,207,218). Sum of RGB (Red+Green+Blue) = 246+207+218=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFDA is #093025. Grayscale: #DBDBDB. Windows color (decimal): -602150 or 14340086. OLE color: 14340086.
HSL color Cylindrical-coordinate representation of color #F6CFDA: hue angle of 343.08º 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 #F6CFDA is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 218 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.04 |
| HSL | 343.08º | 0.68% | 0.89% | - |
| HSV(B) | 343.08º | 0.16% | 0.96% | - |
| XYZ | 72.97 | 69.28 | 75.86 | - |
| YUV | 219.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 218 | 0 | 0.16 | 0.11 | 0.04 | 343.08 | 0.68 | 0.89 |
| Hex | F6 | CF | DA | 0 | 10 | B | 4 | 157 | 44 | 59 |
| Octal | 366 | 317 | 332 | 0 | 20 | 13 | 4 | 527 | 104 | 131 |
| Binary | 11110110 | 11001111 | 11011010 | 0 | 10000 | 1011 | 100 | 101010111 | 1000100 | 1011001 |
Color Harmonies of #F6CFDA
Complementary color
Monochromatic Colors of #F6CFDA
Black with #F6CFDA
Text Example
Text Example
White with #F6CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFDA; }
p { color: rgb(246,207,218); }
H1.HeaderClassName
{
color: #F6CFDA;
}
.AnyTagClassName
{
color: #F6CFDA;
}
</style>
background-color css
<style>
a { background-color: #F6CFDA; }
a { background-color: rgb(246,207,218); }
div.DivClassName
{
background-color: #F6CFDA;
}
.BgClassName
{
background-color: #F6CFDA;
}
</style>
border-color css
<style>
span { border-color: #F6CFDA; }
span { border-color: rgb(246,207,218); }
td.TdClassName
{
border-color: #F6CFDA;
}
.TagClassName
{
border-color: #F6CFDA;
}
</style>