Shades of Pink Lace #F1D4DE
Tints of Pink Lace #F1D4DE
RGB
CMYK
RGB Variations
Color information
#F1D4DE (or 0xF1D4DE) is known color: Pink Lace. HEX triplet: F1, D4 and DE. RGB value is (241,212,222). Sum of RGB (Red+Green+Blue) = 241+212+222=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4DE is #0E2B21. Grayscale: #DDDDDD. Windows color (decimal): -928546 or 14603505. OLE color: 14603505.
HSL color Cylindrical-coordinate representation of color #F1D4DE: hue angle of 339.31º degrees, saturation: 0.51, 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 #F1D4DE is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 222 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.05 |
| HSL | 339.31º | 0.51% | 0.89% | - |
| HSV(B) | 339.31º | 0.12% | 0.95% | - |
| XYZ | 73 | 71.06 | 78.98 | - |
| YUV | 221.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 222 | 0 | 0.12 | 0.08 | 0.05 | 339.31 | 0.51 | 0.89 |
| Hex | F1 | D4 | DE | 0 | C | 8 | 5 | 153 | 33 | 59 |
| Octal | 361 | 324 | 336 | 0 | 14 | 10 | 5 | 523 | 63 | 131 |
| Binary | 11110001 | 11010100 | 11011110 | 0 | 1100 | 1000 | 101 | 101010011 | 110011 | 1011001 |
Color Harmonies of #F1D4DE
Complementary color
Monochromatic Colors of #F1D4DE
Black with #F1D4DE
Text Example
Text Example
White with #F1D4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4DE; }
p { color: rgb(241,212,222); }
H1.HeaderClassName
{
color: #F1D4DE;
}
.AnyTagClassName
{
color: #F1D4DE;
}
</style>
background-color css
<style>
a { background-color: #F1D4DE; }
a { background-color: rgb(241,212,222); }
div.DivClassName
{
background-color: #F1D4DE;
}
.BgClassName
{
background-color: #F1D4DE;
}
</style>
border-color css
<style>
span { border-color: #F1D4DE; }
span { border-color: rgb(241,212,222); }
td.TdClassName
{
border-color: #F1D4DE;
}
.TagClassName
{
border-color: #F1D4DE;
}
</style>