Shades of Pink Lace #FACBD1
Tints of Pink Lace #FACBD1
RGB
CMYK
RGB Variations
Color information
#FACBD1 (or 0xFACBD1) is known color: Pink Lace. HEX triplet: FA, CB and D1. RGB value is (250,203,209). Sum of RGB (Red+Green+Blue) = 250+203+209=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBD1 is #05342E. Grayscale: #D9D9D9. Windows color (decimal): -341039 or 13749242. OLE color: 13749242.
HSL color Cylindrical-coordinate representation of color #FACBD1: hue angle of 352.34º 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 #FACBD1 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 209 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.02 |
| HSL | 352.34º | 0.82% | 0.89% | - |
| HSV(B) | 352.34º | 0.19% | 0.98% | - |
| XYZ | 72.29 | 67.64 | 69.57 | - |
| YUV | 217.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 209 | 0 | 0.19 | 0.16 | 0.02 | 352.34 | 0.82 | 0.89 |
| Hex | FA | CB | D1 | 0 | 13 | 10 | 2 | 160 | 52 | 59 |
| Octal | 372 | 313 | 321 | 0 | 23 | 20 | 2 | 540 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11010001 | 0 | 10011 | 10000 | 10 | 101100000 | 1010010 | 1011001 |
Color Harmonies of #FACBD1
Complementary color
Monochromatic Colors of #FACBD1
Black with #FACBD1
Text Example
Text Example
White with #FACBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBD1; }
p { color: rgb(250,203,209); }
H1.HeaderClassName
{
color: #FACBD1;
}
.AnyTagClassName
{
color: #FACBD1;
}
</style>
background-color css
<style>
a { background-color: #FACBD1; }
a { background-color: rgb(250,203,209); }
div.DivClassName
{
background-color: #FACBD1;
}
.BgClassName
{
background-color: #FACBD1;
}
</style>
border-color css
<style>
span { border-color: #FACBD1; }
span { border-color: rgb(250,203,209); }
td.TdClassName
{
border-color: #FACBD1;
}
.TagClassName
{
border-color: #FACBD1;
}
</style>