Shades of Pink Lace #FACED7
Tints of Pink Lace #FACED7
RGB
CMYK
RGB Variations
Color information
#FACED7 (or 0xFACED7) is known color: Pink Lace. HEX triplet: FA, CE and D7. RGB value is (250,206,215). Sum of RGB (Red+Green+Blue) = 250+206+215=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FACED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACED7 is #053128. Grayscale: #DCDCDC. Windows color (decimal): -340265 or 14143226. OLE color: 14143226.
HSL color Cylindrical-coordinate representation of color #FACED7: hue angle of 347.73º 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 #FACED7 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 215 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.02 |
| HSL | 347.73º | 0.81% | 0.89% | - |
| HSV(B) | 347.73º | 0.18% | 0.98% | - |
| XYZ | 73.76 | 69.37 | 73.79 | - |
| YUV | 220.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 215 | 0 | 0.18 | 0.14 | 0.02 | 347.73 | 0.81 | 0.89 |
| Hex | FA | CE | D7 | 0 | 12 | E | 2 | 15C | 51 | 59 |
| Octal | 372 | 316 | 327 | 0 | 22 | 16 | 2 | 534 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11010111 | 0 | 10010 | 1110 | 10 | 101011100 | 1010001 | 1011001 |
Color Harmonies of #FACED7
Complementary color
Monochromatic Colors of #FACED7
Black with #FACED7
Text Example
Text Example
White with #FACED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACED7; }
p { color: rgb(250,206,215); }
H1.HeaderClassName
{
color: #FACED7;
}
.AnyTagClassName
{
color: #FACED7;
}
</style>
background-color css
<style>
a { background-color: #FACED7; }
a { background-color: rgb(250,206,215); }
div.DivClassName
{
background-color: #FACED7;
}
.BgClassName
{
background-color: #FACED7;
}
</style>
border-color css
<style>
span { border-color: #FACED7; }
span { border-color: rgb(250,206,215); }
td.TdClassName
{
border-color: #FACED7;
}
.TagClassName
{
border-color: #FACED7;
}
</style>