Shades of Pink Lace #FACBDB
Tints of Pink Lace #FACBDB
RGB
CMYK
RGB Variations
Color information
#FACBDB (or 0xFACBDB) is known color: Pink Lace. HEX triplet: FA, CB and DB. RGB value is (250,203,219). Sum of RGB (Red+Green+Blue) = 250+203+219=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBDB is #053424. Grayscale: #DADADA. Windows color (decimal): -341029 or 14404602. OLE color: 14404602.
HSL color Cylindrical-coordinate representation of color #FACBDB: hue angle of 339.57º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACBDB is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 219 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.02 |
| HSL | 339.57º | 0.82% | 0.89% | - |
| HSV(B) | 339.57º | 0.19% | 0.98% | - |
| XYZ | 73.57 | 68.15 | 76.29 | - |
| YUV | 218.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 219 | 0 | 0.19 | 0.12 | 0.02 | 339.57 | 0.82 | 0.89 |
| Hex | FA | CB | DB | 0 | 13 | C | 2 | 154 | 52 | 59 |
| Octal | 372 | 313 | 333 | 0 | 23 | 14 | 2 | 524 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11011011 | 0 | 10011 | 1100 | 10 | 101010100 | 1010010 | 1011001 |
Color Harmonies of #FACBDB
Complementary color
Monochromatic Colors of #FACBDB
Black with #FACBDB
Text Example
Text Example
White with #FACBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBDB; }
p { color: rgb(250,203,219); }
H1.HeaderClassName
{
color: #FACBDB;
}
.AnyTagClassName
{
color: #FACBDB;
}
</style>
background-color css
<style>
a { background-color: #FACBDB; }
a { background-color: rgb(250,203,219); }
div.DivClassName
{
background-color: #FACBDB;
}
.BgClassName
{
background-color: #FACBDB;
}
</style>
border-color css
<style>
span { border-color: #FACBDB; }
span { border-color: rgb(250,203,219); }
td.TdClassName
{
border-color: #FACBDB;
}
.TagClassName
{
border-color: #FACBDB;
}
</style>