Shades of Pink Lace #FACBD5
Tints of Pink Lace #FACBD5
RGB
CMYK
RGB Variations
Color information
#FACBD5 (or 0xFACBD5) is known color: Pink Lace. HEX triplet: FA, CB and D5. RGB value is (250,203,213). Sum of RGB (Red+Green+Blue) = 250+203+213=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBD5 is #05342A. Grayscale: #DADADA. Windows color (decimal): -341035 or 14011386. OLE color: 14011386.
HSL color Cylindrical-coordinate representation of color #FACBD5: hue angle of 347.23º 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 #FACBD5 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 213 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.02 |
| HSL | 347.23º | 0.82% | 0.89% | - |
| HSV(B) | 347.23º | 0.19% | 0.98% | - |
| XYZ | 72.79 | 67.84 | 72.21 | - |
| YUV | 218.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 213 | 0 | 0.19 | 0.15 | 0.02 | 347.23 | 0.82 | 0.89 |
| Hex | FA | CB | D5 | 0 | 13 | F | 2 | 15B | 52 | 59 |
| Octal | 372 | 313 | 325 | 0 | 23 | 17 | 2 | 533 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11010101 | 0 | 10011 | 1111 | 10 | 101011011 | 1010010 | 1011001 |
Color Harmonies of #FACBD5
Complementary color
Monochromatic Colors of #FACBD5
Black with #FACBD5
Text Example
Text Example
White with #FACBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBD5; }
p { color: rgb(250,203,213); }
H1.HeaderClassName
{
color: #FACBD5;
}
.AnyTagClassName
{
color: #FACBD5;
}
</style>
background-color css
<style>
a { background-color: #FACBD5; }
a { background-color: rgb(250,203,213); }
div.DivClassName
{
background-color: #FACBD5;
}
.BgClassName
{
background-color: #FACBD5;
}
</style>
border-color css
<style>
span { border-color: #FACBD5; }
span { border-color: rgb(250,203,213); }
td.TdClassName
{
border-color: #FACBD5;
}
.TagClassName
{
border-color: #FACBD5;
}
</style>