Shades of Pink Lace #FACDD5
Tints of Pink Lace #FACDD5
RGB
CMYK
RGB Variations
Color information
#FACDD5 (or 0xFACDD5) is known color: Pink Lace. HEX triplet: FA, CD and D5. RGB value is (250,205,213). Sum of RGB (Red+Green+Blue) = 250+205+213=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDD5 is #05322A. Grayscale: #DBDBDB. Windows color (decimal): -340523 or 14011898. OLE color: 14011898.
HSL color Cylindrical-coordinate representation of color #FACDD5: hue angle of 349.33º 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 #FACDD5 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 213 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.02 |
| HSL | 349.33º | 0.82% | 0.89% | - |
| HSV(B) | 349.33º | 0.18% | 0.98% | - |
| XYZ | 73.27 | 68.79 | 72.37 | - |
| YUV | 219.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 213 | 0 | 0.18 | 0.15 | 0.02 | 349.33 | 0.82 | 0.89 |
| Hex | FA | CD | D5 | 0 | 12 | F | 2 | 15D | 52 | 59 |
| Octal | 372 | 315 | 325 | 0 | 22 | 17 | 2 | 535 | 122 | 131 |
| Binary | 11111010 | 11001101 | 11010101 | 0 | 10010 | 1111 | 10 | 101011101 | 1010010 | 1011001 |
Color Harmonies of #FACDD5
Complementary color
Monochromatic Colors of #FACDD5
Black with #FACDD5
Text Example
Text Example
White with #FACDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDD5; }
p { color: rgb(250,205,213); }
H1.HeaderClassName
{
color: #FACDD5;
}
.AnyTagClassName
{
color: #FACDD5;
}
</style>
background-color css
<style>
a { background-color: #FACDD5; }
a { background-color: rgb(250,205,213); }
div.DivClassName
{
background-color: #FACDD5;
}
.BgClassName
{
background-color: #FACDD5;
}
</style>
border-color css
<style>
span { border-color: #FACDD5; }
span { border-color: rgb(250,205,213); }
td.TdClassName
{
border-color: #FACDD5;
}
.TagClassName
{
border-color: #FACDD5;
}
</style>