Shades of Pink Lace #F1D1D9
Tints of Pink Lace #F1D1D9
RGB
CMYK
RGB Variations
Color information
#F1D1D9 (or 0xF1D1D9) is known color: Pink Lace. HEX triplet: F1, D1 and D9. RGB value is (241,209,217). Sum of RGB (Red+Green+Blue) = 241+209+217=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D1D9 is #0E2E26. Grayscale: #DBDBDB. Windows color (decimal): -929319 or 14275057. OLE color: 14275057.
HSL color Cylindrical-coordinate representation of color #F1D1D9: hue angle of 345º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1D1D9 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 217 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.05 |
| HSL | 345º | 0.53% | 0.88% | - |
| HSV(B) | 345º | 0.13% | 0.95% | - |
| XYZ | 71.6 | 69.31 | 75.25 | - |
| YUV | 219.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 217 | 0 | 0.13 | 0.10 | 0.05 | 345 | 0.53 | 0.88 |
| Hex | F1 | D1 | D9 | 0 | D | A | 5 | 159 | 35 | 58 |
| Octal | 361 | 321 | 331 | 0 | 15 | 12 | 5 | 531 | 65 | 130 |
| Binary | 11110001 | 11010001 | 11011001 | 0 | 1101 | 1010 | 101 | 101011001 | 110101 | 1011000 |
Color Harmonies of #F1D1D9
Complementary color
Monochromatic Colors of #F1D1D9
Black with #F1D1D9
Text Example
Text Example
White with #F1D1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D1D9; }
p { color: rgb(241,209,217); }
H1.HeaderClassName
{
color: #F1D1D9;
}
.AnyTagClassName
{
color: #F1D1D9;
}
</style>
background-color css
<style>
a { background-color: #F1D1D9; }
a { background-color: rgb(241,209,217); }
div.DivClassName
{
background-color: #F1D1D9;
}
.BgClassName
{
background-color: #F1D1D9;
}
</style>
border-color css
<style>
span { border-color: #F1D1D9; }
span { border-color: rgb(241,209,217); }
td.TdClassName
{
border-color: #F1D1D9;
}
.TagClassName
{
border-color: #F1D1D9;
}
</style>