Shades of Pink Lace #F1D4DD
Tints of Pink Lace #F1D4DD
RGB
CMYK
RGB Variations
Color information
#F1D4DD (or 0xF1D4DD) is known color: Pink Lace. HEX triplet: F1, D4 and DD. RGB value is (241,212,221). Sum of RGB (Red+Green+Blue) = 241+212+221=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 212 (83.20% from 255 or 31.45% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4DD is #0E2B22. Grayscale: #DDDDDD. Windows color (decimal): -928547 or 14537969. OLE color: 14537969.
HSL color Cylindrical-coordinate representation of color #F1D4DD: hue angle of 341.38º 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 #F1D4DD is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 221 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.05 |
| HSL | 341.38º | 0.51% | 0.89% | - |
| HSV(B) | 341.38º | 0.12% | 0.95% | - |
| XYZ | 72.87 | 71.01 | 78.27 | - |
| YUV | 221.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 221 | 0 | 0.12 | 0.08 | 0.05 | 341.38 | 0.51 | 0.89 |
| Hex | F1 | D4 | DD | 0 | C | 8 | 5 | 155 | 33 | 59 |
| Octal | 361 | 324 | 335 | 0 | 14 | 10 | 5 | 525 | 63 | 131 |
| Binary | 11110001 | 11010100 | 11011101 | 0 | 1100 | 1000 | 101 | 101010101 | 110011 | 1011001 |
Color Harmonies of #F1D4DD
Complementary color
Monochromatic Colors of #F1D4DD
Black with #F1D4DD
Text Example
Text Example
White with #F1D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4DD; }
p { color: rgb(241,212,221); }
H1.HeaderClassName
{
color: #F1D4DD;
}
.AnyTagClassName
{
color: #F1D4DD;
}
</style>
background-color css
<style>
a { background-color: #F1D4DD; }
a { background-color: rgb(241,212,221); }
div.DivClassName
{
background-color: #F1D4DD;
}
.BgClassName
{
background-color: #F1D4DD;
}
</style>
border-color css
<style>
span { border-color: #F1D4DD; }
span { border-color: rgb(241,212,221); }
td.TdClassName
{
border-color: #F1D4DD;
}
.TagClassName
{
border-color: #F1D4DD;
}
</style>