Shades of Pink Lace #FACDD6
Tints of Pink Lace #FACDD6
RGB
CMYK
RGB Variations
Color information
#FACDD6 (or 0xFACDD6) is known color: Pink Lace. HEX triplet: FA, CD and D6. RGB value is (250,205,214). Sum of RGB (Red+Green+Blue) = 250+205+214=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDD6 is #053229. Grayscale: #DBDBDB. Windows color (decimal): -340522 or 14077434. OLE color: 14077434.
HSL color Cylindrical-coordinate representation of color #FACDD6: hue angle of 348º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACDD6 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 214 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.02 |
| HSL | 348º | 0.82% | 0.89% | - |
| HSV(B) | 348º | 0.18% | 0.98% | - |
| XYZ | 73.39 | 68.84 | 73.04 | - |
| YUV | 219.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 214 | 0 | 0.18 | 0.14 | 0.02 | 348 | 0.82 | 0.89 |
| Hex | FA | CD | D6 | 0 | 12 | E | 2 | 15C | 52 | 59 |
| Octal | 372 | 315 | 326 | 0 | 22 | 16 | 2 | 534 | 122 | 131 |
| Binary | 11111010 | 11001101 | 11010110 | 0 | 10010 | 1110 | 10 | 101011100 | 1010010 | 1011001 |
Color Harmonies of #FACDD6
Complementary color
Monochromatic Colors of #FACDD6
Black with #FACDD6
Text Example
Text Example
White with #FACDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDD6; }
p { color: rgb(250,205,214); }
H1.HeaderClassName
{
color: #FACDD6;
}
.AnyTagClassName
{
color: #FACDD6;
}
</style>
background-color css
<style>
a { background-color: #FACDD6; }
a { background-color: rgb(250,205,214); }
div.DivClassName
{
background-color: #FACDD6;
}
.BgClassName
{
background-color: #FACDD6;
}
</style>
border-color css
<style>
span { border-color: #FACDD6; }
span { border-color: rgb(250,205,214); }
td.TdClassName
{
border-color: #FACDD6;
}
.TagClassName
{
border-color: #FACDD6;
}
</style>