Shades of Pink Lace #FACDDB
Tints of Pink Lace #FACDDB
RGB
CMYK
RGB Variations
Color information
#FACDDB (or 0xFACDDB) is known color: Pink Lace. HEX triplet: FA, CD and DB. RGB value is (250,205,219). Sum of RGB (Red+Green+Blue) = 250+205+219=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDDB is #053224. Grayscale: #DCDCDC. Windows color (decimal): -340517 or 14405114. OLE color: 14405114.
HSL color Cylindrical-coordinate representation of color #FACDDB: hue angle of 341.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 #FACDDB is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 219 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.02 |
| HSL | 341.33º | 0.82% | 0.89% | - |
| HSV(B) | 341.33º | 0.18% | 0.98% | - |
| XYZ | 74.04 | 69.1 | 76.45 | - |
| YUV | 220.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 219 | 0 | 0.18 | 0.12 | 0.02 | 341.33 | 0.82 | 0.89 |
| Hex | FA | CD | DB | 0 | 12 | C | 2 | 155 | 52 | 59 |
| Octal | 372 | 315 | 333 | 0 | 22 | 14 | 2 | 525 | 122 | 131 |
| Binary | 11111010 | 11001101 | 11011011 | 0 | 10010 | 1100 | 10 | 101010101 | 1010010 | 1011001 |
Color Harmonies of #FACDDB
Complementary color
Monochromatic Colors of #FACDDB
Black with #FACDDB
Text Example
Text Example
White with #FACDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDDB; }
p { color: rgb(250,205,219); }
H1.HeaderClassName
{
color: #FACDDB;
}
.AnyTagClassName
{
color: #FACDDB;
}
</style>
background-color css
<style>
a { background-color: #FACDDB; }
a { background-color: rgb(250,205,219); }
div.DivClassName
{
background-color: #FACDDB;
}
.BgClassName
{
background-color: #FACDDB;
}
</style>
border-color css
<style>
span { border-color: #FACDDB; }
span { border-color: rgb(250,205,219); }
td.TdClassName
{
border-color: #FACDDB;
}
.TagClassName
{
border-color: #FACDDB;
}
</style>