Shades of Pink Lace #F3C6CF
Tints of Pink Lace #F3C6CF
RGB
CMYK
RGB Variations
Color information
#F3C6CF (or 0xF3C6CF) is known color: Pink Lace. HEX triplet: F3, C6 and CF. RGB value is (243,198,207). Sum of RGB (Red+Green+Blue) = 243+198+207=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 198 (77.73% from 255 or 30.56% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C6CF is #0C3930. Grayscale: #D4D4D4. Windows color (decimal): -801073 or 13616883. OLE color: 13616883.
HSL color Cylindrical-coordinate representation of color #F3C6CF: hue angle of 348º degrees, saturation: 0.65, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3C6CF is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 207 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.05 |
| HSL | 348º | 0.65% | 0.86% | - |
| HSV(B) | 348º | 0.19% | 0.95% | - |
| XYZ | 68.42 | 63.95 | 67.77 | - |
| YUV | 212.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 207 | 0 | 0.19 | 0.15 | 0.05 | 348 | 0.65 | 0.86 |
| Hex | F3 | C6 | CF | 0 | 13 | F | 5 | 15C | 41 | 56 |
| Octal | 363 | 306 | 317 | 0 | 23 | 17 | 5 | 534 | 101 | 126 |
| Binary | 11110011 | 11000110 | 11001111 | 0 | 10011 | 1111 | 101 | 101011100 | 1000001 | 1010110 |
Color Harmonies of #F3C6CF
Complementary color
Monochromatic Colors of #F3C6CF
Black with #F3C6CF
Text Example
Text Example
White with #F3C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C6CF; }
p { color: rgb(243,198,207); }
H1.HeaderClassName
{
color: #F3C6CF;
}
.AnyTagClassName
{
color: #F3C6CF;
}
</style>
background-color css
<style>
a { background-color: #F3C6CF; }
a { background-color: rgb(243,198,207); }
div.DivClassName
{
background-color: #F3C6CF;
}
.BgClassName
{
background-color: #F3C6CF;
}
</style>
border-color css
<style>
span { border-color: #F3C6CF; }
span { border-color: rgb(243,198,207); }
td.TdClassName
{
border-color: #F3C6CF;
}
.TagClassName
{
border-color: #F3C6CF;
}
</style>