Shades of Pink Lace #F1C7D0
Tints of Pink Lace #F1C7D0
RGB
CMYK
RGB Variations
Color information
#F1C7D0 (or 0xF1C7D0) is known color: Pink Lace. HEX triplet: F1, C7 and D0. RGB value is (241,199,208). Sum of RGB (Red+Green+Blue) = 241+199+208=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 199 (78.12% from 255 or 30.71% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7D0 is #0E382F. Grayscale: #D4D4D4. Windows color (decimal): -931888 or 13682673. OLE color: 13682673.
HSL color Cylindrical-coordinate representation of color #F1C7D0: hue angle of 347.14º 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 #F1C7D0 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 199 | 208 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.05 |
| HSL | 347.14º | 0.6% | 0.86% | - |
| HSV(B) | 347.14º | 0.17% | 0.95% | - |
| XYZ | 68.08 | 64.1 | 68.46 | - |
| YUV | 212.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 199 | 208 | 0 | 0.17 | 0.14 | 0.05 | 347.14 | 0.6 | 0.86 |
| Hex | F1 | C7 | D0 | 0 | 11 | E | 5 | 15B | 3C | 56 |
| Octal | 361 | 307 | 320 | 0 | 21 | 16 | 5 | 533 | 74 | 126 |
| Binary | 11110001 | 11000111 | 11010000 | 0 | 10001 | 1110 | 101 | 101011011 | 111100 | 1010110 |
Color Harmonies of #F1C7D0
Complementary color
Monochromatic Colors of #F1C7D0
Black with #F1C7D0
Text Example
Text Example
White with #F1C7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C7D0; }
p { color: rgb(241,199,208); }
H1.HeaderClassName
{
color: #F1C7D0;
}
.AnyTagClassName
{
color: #F1C7D0;
}
</style>
background-color css
<style>
a { background-color: #F1C7D0; }
a { background-color: rgb(241,199,208); }
div.DivClassName
{
background-color: #F1C7D0;
}
.BgClassName
{
background-color: #F1C7D0;
}
</style>
border-color css
<style>
span { border-color: #F1C7D0; }
span { border-color: rgb(241,199,208); }
td.TdClassName
{
border-color: #F1C7D0;
}
.TagClassName
{
border-color: #F1C7D0;
}
</style>