Shades of Pink Lace #FACBD7
Tints of Pink Lace #FACBD7
RGB
CMYK
RGB Variations
Color information
#FACBD7 (or 0xFACBD7) is known color: Pink Lace. HEX triplet: FA, CB and D7. RGB value is (250,203,215). Sum of RGB (Red+Green+Blue) = 250+203+215=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 215 (84.38% from 255 or 32.19% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBD7 is #053428. Grayscale: #DADADA. Windows color (decimal): -341033 or 14142458. OLE color: 14142458.
HSL color Cylindrical-coordinate representation of color #FACBD7: hue angle of 344.68º 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 #FACBD7 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 215 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.02 |
| HSL | 344.68º | 0.82% | 0.89% | - |
| HSV(B) | 344.68º | 0.19% | 0.98% | - |
| XYZ | 73.05 | 67.94 | 73.55 | - |
| YUV | 218.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 215 | 0 | 0.19 | 0.14 | 0.02 | 344.68 | 0.82 | 0.89 |
| Hex | FA | CB | D7 | 0 | 13 | E | 2 | 159 | 52 | 59 |
| Octal | 372 | 313 | 327 | 0 | 23 | 16 | 2 | 531 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11010111 | 0 | 10011 | 1110 | 10 | 101011001 | 1010010 | 1011001 |
Color Harmonies of #FACBD7
Complementary color
Monochromatic Colors of #FACBD7
Black with #FACBD7
Text Example
Text Example
White with #FACBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBD7; }
p { color: rgb(250,203,215); }
H1.HeaderClassName
{
color: #FACBD7;
}
.AnyTagClassName
{
color: #FACBD7;
}
</style>
background-color css
<style>
a { background-color: #FACBD7; }
a { background-color: rgb(250,203,215); }
div.DivClassName
{
background-color: #FACBD7;
}
.BgClassName
{
background-color: #FACBD7;
}
</style>
border-color css
<style>
span { border-color: #FACBD7; }
span { border-color: rgb(250,203,215); }
td.TdClassName
{
border-color: #FACBD7;
}
.TagClassName
{
border-color: #FACBD7;
}
</style>