Shades of Pink Lace #F3C3CF
Tints of Pink Lace #F3C3CF
RGB
CMYK
RGB Variations
Color information
#F3C3CF (or 0xF3C3CF) is known color: Pink Lace. HEX triplet: F3, C3 and CF. RGB value is (243,195,207). Sum of RGB (Red+Green+Blue) = 243+195+207=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 195 (76.56% from 255 or 30.23% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C3CF is #0C3C30. Grayscale: #D2D2D2. Windows color (decimal): -801841 or 13616115. OLE color: 13616115.
HSL color Cylindrical-coordinate representation of color #F3C3CF: hue angle of 345º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C3CF is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 207 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.05 |
| HSL | 345º | 0.67% | 0.86% | - |
| HSV(B) | 345º | 0.2% | 0.95% | - |
| XYZ | 67.74 | 62.59 | 67.54 | - |
| YUV | 210.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 207 | 0 | 0.20 | 0.15 | 0.05 | 345 | 0.67 | 0.86 |
| Hex | F3 | C3 | CF | 0 | 14 | F | 5 | 159 | 43 | 56 |
| Octal | 363 | 303 | 317 | 0 | 24 | 17 | 5 | 531 | 103 | 126 |
| Binary | 11110011 | 11000011 | 11001111 | 0 | 10100 | 1111 | 101 | 101011001 | 1000011 | 1010110 |
Color Harmonies of #F3C3CF
Complementary color
Monochromatic Colors of #F3C3CF
Black with #F3C3CF
Text Example
Text Example
White with #F3C3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C3CF; }
p { color: rgb(243,195,207); }
H1.HeaderClassName
{
color: #F3C3CF;
}
.AnyTagClassName
{
color: #F3C3CF;
}
</style>
background-color css
<style>
a { background-color: #F3C3CF; }
a { background-color: rgb(243,195,207); }
div.DivClassName
{
background-color: #F3C3CF;
}
.BgClassName
{
background-color: #F3C3CF;
}
</style>
border-color css
<style>
span { border-color: #F3C3CF; }
span { border-color: rgb(243,195,207); }
td.TdClassName
{
border-color: #F3C3CF;
}
.TagClassName
{
border-color: #F3C3CF;
}
</style>