Shades of Pink Lace #FACED9
Tints of Pink Lace #FACED9
RGB
CMYK
RGB Variations
Color information
#FACED9 (or 0xFACED9) is known color: Pink Lace. HEX triplet: FA, CE and D9. RGB value is (250,206,217). Sum of RGB (Red+Green+Blue) = 250+206+217=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FACED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACED9 is #053126. Grayscale: #DCDCDC. Windows color (decimal): -340263 or 14274298. OLE color: 14274298.
HSL color Cylindrical-coordinate representation of color #FACED9: hue angle of 345º degrees, saturation: 0.81, 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 #FACED9 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 217 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.02 |
| HSL | 345º | 0.81% | 0.89% | - |
| HSV(B) | 345º | 0.18% | 0.98% | - |
| XYZ | 74.02 | 69.48 | 75.15 | - |
| YUV | 220.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 217 | 0 | 0.18 | 0.13 | 0.02 | 345 | 0.81 | 0.89 |
| Hex | FA | CE | D9 | 0 | 12 | D | 2 | 159 | 51 | 59 |
| Octal | 372 | 316 | 331 | 0 | 22 | 15 | 2 | 531 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11011001 | 0 | 10010 | 1101 | 10 | 101011001 | 1010001 | 1011001 |
Color Harmonies of #FACED9
Complementary color
Monochromatic Colors of #FACED9
Black with #FACED9
Text Example
Text Example
White with #FACED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACED9; }
p { color: rgb(250,206,217); }
H1.HeaderClassName
{
color: #FACED9;
}
.AnyTagClassName
{
color: #FACED9;
}
</style>
background-color css
<style>
a { background-color: #FACED9; }
a { background-color: rgb(250,206,217); }
div.DivClassName
{
background-color: #FACED9;
}
.BgClassName
{
background-color: #FACED9;
}
</style>
border-color css
<style>
span { border-color: #FACED9; }
span { border-color: rgb(250,206,217); }
td.TdClassName
{
border-color: #FACED9;
}
.TagClassName
{
border-color: #FACED9;
}
</style>