Shades of Pink Lace #FACCD1
Tints of Pink Lace #FACCD1
RGB
CMYK
RGB Variations
Color information
#FACCD1 (or 0xFACCD1) is known color: Pink Lace. HEX triplet: FA, CC and D1. RGB value is (250,204,209). Sum of RGB (Red+Green+Blue) = 250+204+209=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCD1 is #05332E. Grayscale: #DADADA. Windows color (decimal): -340783 or 13749498. OLE color: 13749498.
HSL color Cylindrical-coordinate representation of color #FACCD1: hue angle of 353.48º 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 #FACCD1 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 209 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.02 |
| HSL | 353.48º | 0.82% | 0.89% | - |
| HSV(B) | 353.48º | 0.18% | 0.98% | - |
| XYZ | 72.53 | 68.11 | 69.65 | - |
| YUV | 218.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 209 | 0 | 0.18 | 0.16 | 0.02 | 353.48 | 0.82 | 0.89 |
| Hex | FA | CC | D1 | 0 | 12 | 10 | 2 | 161 | 52 | 59 |
| Octal | 372 | 314 | 321 | 0 | 22 | 20 | 2 | 541 | 122 | 131 |
| Binary | 11111010 | 11001100 | 11010001 | 0 | 10010 | 10000 | 10 | 101100001 | 1010010 | 1011001 |
Color Harmonies of #FACCD1
Complementary color
Monochromatic Colors of #FACCD1
Black with #FACCD1
Text Example
Text Example
White with #FACCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCD1; }
p { color: rgb(250,204,209); }
H1.HeaderClassName
{
color: #FACCD1;
}
.AnyTagClassName
{
color: #FACCD1;
}
</style>
background-color css
<style>
a { background-color: #FACCD1; }
a { background-color: rgb(250,204,209); }
div.DivClassName
{
background-color: #FACCD1;
}
.BgClassName
{
background-color: #FACCD1;
}
</style>
border-color css
<style>
span { border-color: #FACCD1; }
span { border-color: rgb(250,204,209); }
td.TdClassName
{
border-color: #FACCD1;
}
.TagClassName
{
border-color: #FACCD1;
}
</style>