Shades of Pink Lace #FACCD5
Tints of Pink Lace #FACCD5
RGB
CMYK
RGB Variations
Color information
#FACCD5 (or 0xFACCD5) is known color: Pink Lace. HEX triplet: FA, CC and D5. RGB value is (250,204,213). Sum of RGB (Red+Green+Blue) = 250+204+213=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCD5 is #05332A. Grayscale: #DADADA. Windows color (decimal): -340779 or 14011642. OLE color: 14011642.
HSL color Cylindrical-coordinate representation of color #FACCD5: hue angle of 348.26º 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 #FACCD5 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 213 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.02 |
| HSL | 348.26º | 0.82% | 0.89% | - |
| HSV(B) | 348.26º | 0.18% | 0.98% | - |
| XYZ | 73.03 | 68.31 | 72.29 | - |
| YUV | 218.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 213 | 0 | 0.18 | 0.15 | 0.02 | 348.26 | 0.82 | 0.89 |
| Hex | FA | CC | D5 | 0 | 12 | F | 2 | 15C | 52 | 59 |
| Octal | 372 | 314 | 325 | 0 | 22 | 17 | 2 | 534 | 122 | 131 |
| Binary | 11111010 | 11001100 | 11010101 | 0 | 10010 | 1111 | 10 | 101011100 | 1010010 | 1011001 |
Color Harmonies of #FACCD5
Complementary color
Monochromatic Colors of #FACCD5
Black with #FACCD5
Text Example
Text Example
White with #FACCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCD5; }
p { color: rgb(250,204,213); }
H1.HeaderClassName
{
color: #FACCD5;
}
.AnyTagClassName
{
color: #FACCD5;
}
</style>
background-color css
<style>
a { background-color: #FACCD5; }
a { background-color: rgb(250,204,213); }
div.DivClassName
{
background-color: #FACCD5;
}
.BgClassName
{
background-color: #FACCD5;
}
</style>
border-color css
<style>
span { border-color: #FACCD5; }
span { border-color: rgb(250,204,213); }
td.TdClassName
{
border-color: #FACCD5;
}
.TagClassName
{
border-color: #FACCD5;
}
</style>