Shades of Pink Lace #F1C7CF
Tints of Pink Lace #F1C7CF
RGB
CMYK
RGB Variations
Color information
#F1C7CF (or 0xF1C7CF) is known color: Pink Lace. HEX triplet: F1, C7 and CF. RGB value is (241,199,207). Sum of RGB (Red+Green+Blue) = 241+199+207=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7CF is #0E3830. Grayscale: #D4D4D4. Windows color (decimal): -931889 or 13617137. OLE color: 13617137.
HSL color Cylindrical-coordinate representation of color #F1C7CF: hue angle of 348.57º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C7CF is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 199 | 207 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.05 |
| HSL | 348.57º | 0.6% | 0.86% | - |
| HSV(B) | 348.57º | 0.17% | 0.95% | - |
| XYZ | 67.96 | 64.05 | 67.81 | - |
| YUV | 212.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 199 | 207 | 0 | 0.17 | 0.14 | 0.05 | 348.57 | 0.6 | 0.86 |
| Hex | F1 | C7 | CF | 0 | 11 | E | 5 | 15D | 3C | 56 |
| Octal | 361 | 307 | 317 | 0 | 21 | 16 | 5 | 535 | 74 | 126 |
| Binary | 11110001 | 11000111 | 11001111 | 0 | 10001 | 1110 | 101 | 101011101 | 111100 | 1010110 |
Color Harmonies of #F1C7CF
Complementary color
Monochromatic Colors of #F1C7CF
Black with #F1C7CF
Text Example
Text Example
White with #F1C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C7CF; }
p { color: rgb(241,199,207); }
H1.HeaderClassName
{
color: #F1C7CF;
}
.AnyTagClassName
{
color: #F1C7CF;
}
</style>
background-color css
<style>
a { background-color: #F1C7CF; }
a { background-color: rgb(241,199,207); }
div.DivClassName
{
background-color: #F1C7CF;
}
.BgClassName
{
background-color: #F1C7CF;
}
</style>
border-color css
<style>
span { border-color: #F1C7CF; }
span { border-color: rgb(241,199,207); }
td.TdClassName
{
border-color: #F1C7CF;
}
.TagClassName
{
border-color: #F1C7CF;
}
</style>