Shades of Pink Lace #F1D3DB
Tints of Pink Lace #F1D3DB
RGB
CMYK
RGB Variations
Color information
#F1D3DB (or 0xF1D3DB) is known color: Pink Lace. HEX triplet: F1, D3 and DB. RGB value is (241,211,219). Sum of RGB (Red+Green+Blue) = 241+211+219=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3DB is #0E2C24. Grayscale: #DCDCDC. Windows color (decimal): -928805 or 14406641. OLE color: 14406641.
HSL color Cylindrical-coordinate representation of color #F1D3DB: hue angle of 344º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1D3DB is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 219 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.05 |
| HSL | 344º | 0.52% | 0.89% | - |
| HSV(B) | 344º | 0.12% | 0.95% | - |
| XYZ | 72.36 | 70.4 | 76.79 | - |
| YUV | 220.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 219 | 0 | 0.12 | 0.09 | 0.05 | 344 | 0.52 | 0.89 |
| Hex | F1 | D3 | DB | 0 | C | 9 | 5 | 158 | 34 | 59 |
| Octal | 361 | 323 | 333 | 0 | 14 | 11 | 5 | 530 | 64 | 131 |
| Binary | 11110001 | 11010011 | 11011011 | 0 | 1100 | 1001 | 101 | 101011000 | 110100 | 1011001 |
Color Harmonies of #F1D3DB
Complementary color
Monochromatic Colors of #F1D3DB
Black with #F1D3DB
Text Example
Text Example
White with #F1D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D3DB; }
p { color: rgb(241,211,219); }
H1.HeaderClassName
{
color: #F1D3DB;
}
.AnyTagClassName
{
color: #F1D3DB;
}
</style>
background-color css
<style>
a { background-color: #F1D3DB; }
a { background-color: rgb(241,211,219); }
div.DivClassName
{
background-color: #F1D3DB;
}
.BgClassName
{
background-color: #F1D3DB;
}
</style>
border-color css
<style>
span { border-color: #F1D3DB; }
span { border-color: rgb(241,211,219); }
td.TdClassName
{
border-color: #F1D3DB;
}
.TagClassName
{
border-color: #F1D3DB;
}
</style>