Shades of Pink Lace #F1D2DC
Tints of Pink Lace #F1D2DC
RGB
CMYK
RGB Variations
Color information
#F1D2DC (or 0xF1D2DC) is known color: Pink Lace. HEX triplet: F1, D2 and DC. RGB value is (241,210,220). Sum of RGB (Red+Green+Blue) = 241+210+220=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2DC is #0E2D23. Grayscale: #DCDCDC. Windows color (decimal): -929060 or 14471921. OLE color: 14471921.
HSL color Cylindrical-coordinate representation of color #F1D2DC: hue angle of 340.65º 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 #F1D2DC is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 220 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.05 |
| HSL | 340.65º | 0.53% | 0.88% | - |
| HSV(B) | 340.65º | 0.13% | 0.95% | - |
| XYZ | 72.24 | 69.96 | 77.41 | - |
| YUV | 220.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 220 | 0 | 0.13 | 0.09 | 0.05 | 340.65 | 0.53 | 0.88 |
| Hex | F1 | D2 | DC | 0 | D | 9 | 5 | 155 | 35 | 58 |
| Octal | 361 | 322 | 334 | 0 | 15 | 11 | 5 | 525 | 65 | 130 |
| Binary | 11110001 | 11010010 | 11011100 | 0 | 1101 | 1001 | 101 | 101010101 | 110101 | 1011000 |
Color Harmonies of #F1D2DC
Complementary color
Monochromatic Colors of #F1D2DC
Black with #F1D2DC
Text Example
Text Example
White with #F1D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2DC; }
p { color: rgb(241,210,220); }
H1.HeaderClassName
{
color: #F1D2DC;
}
.AnyTagClassName
{
color: #F1D2DC;
}
</style>
background-color css
<style>
a { background-color: #F1D2DC; }
a { background-color: rgb(241,210,220); }
div.DivClassName
{
background-color: #F1D2DC;
}
.BgClassName
{
background-color: #F1D2DC;
}
</style>
border-color css
<style>
span { border-color: #F1D2DC; }
span { border-color: rgb(241,210,220); }
td.TdClassName
{
border-color: #F1D2DC;
}
.TagClassName
{
border-color: #F1D2DC;
}
</style>