Shades of Pink Lace #FACEDC
Tints of Pink Lace #FACEDC
RGB
CMYK
RGB Variations
Color information
#FACEDC (or 0xFACEDC) is known color: Pink Lace. HEX triplet: FA, CE and DC. RGB value is (250,206,220). Sum of RGB (Red+Green+Blue) = 250+206+220=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEDC is #053123. Grayscale: #DCDCDC. Windows color (decimal): -340260 or 14470906. OLE color: 14470906.
HSL color Cylindrical-coordinate representation of color #FACEDC: hue angle of 340.91º 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 #FACEDC is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 220 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.02 |
| HSL | 340.91º | 0.81% | 0.89% | - |
| HSV(B) | 340.91º | 0.18% | 0.98% | - |
| XYZ | 74.41 | 69.63 | 77.23 | - |
| YUV | 220.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 220 | 0 | 0.18 | 0.12 | 0.02 | 340.91 | 0.81 | 0.89 |
| Hex | FA | CE | DC | 0 | 12 | C | 2 | 155 | 51 | 59 |
| Octal | 372 | 316 | 334 | 0 | 22 | 14 | 2 | 525 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11011100 | 0 | 10010 | 1100 | 10 | 101010101 | 1010001 | 1011001 |
Color Harmonies of #FACEDC
Complementary color
Monochromatic Colors of #FACEDC
Black with #FACEDC
Text Example
Text Example
White with #FACEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEDC; }
p { color: rgb(250,206,220); }
H1.HeaderClassName
{
color: #FACEDC;
}
.AnyTagClassName
{
color: #FACEDC;
}
</style>
background-color css
<style>
a { background-color: #FACEDC; }
a { background-color: rgb(250,206,220); }
div.DivClassName
{
background-color: #FACEDC;
}
.BgClassName
{
background-color: #FACEDC;
}
</style>
border-color css
<style>
span { border-color: #FACEDC; }
span { border-color: rgb(250,206,220); }
td.TdClassName
{
border-color: #FACEDC;
}
.TagClassName
{
border-color: #FACEDC;
}
</style>