Shades of Pink Lace #F3C4CF
Tints of Pink Lace #F3C4CF
RGB
CMYK
RGB Variations
Color information
#F3C4CF (or 0xF3C4CF) is known color: Pink Lace. HEX triplet: F3, C4 and CF. RGB value is (243,196,207). Sum of RGB (Red+Green+Blue) = 243+196+207=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 196 (76.95% from 255 or 30.34% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C4CF is #0C3B30. Grayscale: #D3D3D3. Windows color (decimal): -801585 or 13616371. OLE color: 13616371.
HSL color Cylindrical-coordinate representation of color #F3C4CF: hue angle of 345.96º degrees, saturation: 0.66, 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 #F3C4CF is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 196 | 207 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.05 |
| HSL | 345.96º | 0.66% | 0.86% | - |
| HSV(B) | 345.96º | 0.19% | 0.95% | - |
| XYZ | 67.96 | 63.04 | 67.62 | - |
| YUV | 211.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 207 | 0 | 0.19 | 0.15 | 0.05 | 345.96 | 0.66 | 0.86 |
| Hex | F3 | C4 | CF | 0 | 13 | F | 5 | 15A | 42 | 56 |
| Octal | 363 | 304 | 317 | 0 | 23 | 17 | 5 | 532 | 102 | 126 |
| Binary | 11110011 | 11000100 | 11001111 | 0 | 10011 | 1111 | 101 | 101011010 | 1000010 | 1010110 |
Color Harmonies of #F3C4CF
Complementary color
Monochromatic Colors of #F3C4CF
Black with #F3C4CF
Text Example
Text Example
White with #F3C4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C4CF; }
p { color: rgb(243,196,207); }
H1.HeaderClassName
{
color: #F3C4CF;
}
.AnyTagClassName
{
color: #F3C4CF;
}
</style>
background-color css
<style>
a { background-color: #F3C4CF; }
a { background-color: rgb(243,196,207); }
div.DivClassName
{
background-color: #F3C4CF;
}
.BgClassName
{
background-color: #F3C4CF;
}
</style>
border-color css
<style>
span { border-color: #F3C4CF; }
span { border-color: rgb(243,196,207); }
td.TdClassName
{
border-color: #F3C4CF;
}
.TagClassName
{
border-color: #F3C4CF;
}
</style>