Shades of Pink Lace #F3C7D5
Tints of Pink Lace #F3C7D5
RGB
CMYK
RGB Variations
Color information
#F3C7D5 (or 0xF3C7D5) is known color: Pink Lace. HEX triplet: F3, C7 and D5. RGB value is (243,199,213). Sum of RGB (Red+Green+Blue) = 243+199+213=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C7D5 is #0C382A. Grayscale: #D5D5D5. Windows color (decimal): -800811 or 14010355. OLE color: 14010355.
HSL color Cylindrical-coordinate representation of color #F3C7D5: hue angle of 340.91º degrees, saturation: 0.65, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3C7D5 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 213 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.05 |
| HSL | 340.91º | 0.65% | 0.87% | - |
| HSV(B) | 340.91º | 0.18% | 0.95% | - |
| XYZ | 69.4 | 64.71 | 71.78 | - |
| YUV | 213.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 213 | 0 | 0.18 | 0.12 | 0.05 | 340.91 | 0.65 | 0.87 |
| Hex | F3 | C7 | D5 | 0 | 12 | C | 5 | 155 | 41 | 57 |
| Octal | 363 | 307 | 325 | 0 | 22 | 14 | 5 | 525 | 101 | 127 |
| Binary | 11110011 | 11000111 | 11010101 | 0 | 10010 | 1100 | 101 | 101010101 | 1000001 | 1010111 |
Color Harmonies of #F3C7D5
Complementary color
Monochromatic Colors of #F3C7D5
Black with #F3C7D5
Text Example
Text Example
White with #F3C7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C7D5; }
p { color: rgb(243,199,213); }
H1.HeaderClassName
{
color: #F3C7D5;
}
.AnyTagClassName
{
color: #F3C7D5;
}
</style>
background-color css
<style>
a { background-color: #F3C7D5; }
a { background-color: rgb(243,199,213); }
div.DivClassName
{
background-color: #F3C7D5;
}
.BgClassName
{
background-color: #F3C7D5;
}
</style>
border-color css
<style>
span { border-color: #F3C7D5; }
span { border-color: rgb(243,199,213); }
td.TdClassName
{
border-color: #F3C7D5;
}
.TagClassName
{
border-color: #F3C7D5;
}
</style>