Shades of Pink Lace #FACDDA
Tints of Pink Lace #FACDDA
RGB
CMYK
RGB Variations
Color information
#FACDDA (or 0xFACDDA) is known color: Pink Lace. HEX triplet: FA, CD and DA. RGB value is (250,205,218). Sum of RGB (Red+Green+Blue) = 250+205+218=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDDA is #053225. Grayscale: #DBDBDB. Windows color (decimal): -340518 or 14339578. OLE color: 14339578.
HSL color Cylindrical-coordinate representation of color #FACDDA: hue angle of 342.67º 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 #FACDDA is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 218 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.02 |
| HSL | 342.67º | 0.82% | 0.89% | - |
| HSV(B) | 342.67º | 0.18% | 0.98% | - |
| XYZ | 73.91 | 69.05 | 75.76 | - |
| YUV | 219.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 218 | 0 | 0.18 | 0.13 | 0.02 | 342.67 | 0.82 | 0.89 |
| Hex | FA | CD | DA | 0 | 12 | D | 2 | 157 | 52 | 59 |
| Octal | 372 | 315 | 332 | 0 | 22 | 15 | 2 | 527 | 122 | 131 |
| Binary | 11111010 | 11001101 | 11011010 | 0 | 10010 | 1101 | 10 | 101010111 | 1010010 | 1011001 |
Color Harmonies of #FACDDA
Complementary color
Monochromatic Colors of #FACDDA
Black with #FACDDA
Text Example
Text Example
White with #FACDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDDA; }
p { color: rgb(250,205,218); }
H1.HeaderClassName
{
color: #FACDDA;
}
.AnyTagClassName
{
color: #FACDDA;
}
</style>
background-color css
<style>
a { background-color: #FACDDA; }
a { background-color: rgb(250,205,218); }
div.DivClassName
{
background-color: #FACDDA;
}
.BgClassName
{
background-color: #FACDDA;
}
</style>
border-color css
<style>
span { border-color: #FACDDA; }
span { border-color: rgb(250,205,218); }
td.TdClassName
{
border-color: #FACDDA;
}
.TagClassName
{
border-color: #FACDDA;
}
</style>