Shades of Pink Lace #FACEDD
Tints of Pink Lace #FACEDD
RGB
CMYK
RGB Variations
Color information
#FACEDD (or 0xFACEDD) is known color: Pink Lace. HEX triplet: FA, CE and DD. RGB value is (250,206,221). Sum of RGB (Red+Green+Blue) = 250+206+221=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEDD is #053122. Grayscale: #DCDCDC. Windows color (decimal): -340259 or 14536442. OLE color: 14536442.
HSL color Cylindrical-coordinate representation of color #FACEDD: hue angle of 339.55º 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 #FACEDD is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 221 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.02 |
| HSL | 339.55º | 0.81% | 0.89% | - |
| HSV(B) | 339.55º | 0.18% | 0.98% | - |
| XYZ | 74.55 | 69.69 | 77.93 | - |
| YUV | 220.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 221 | 0 | 0.18 | 0.12 | 0.02 | 339.55 | 0.81 | 0.89 |
| Hex | FA | CE | DD | 0 | 12 | C | 2 | 154 | 51 | 59 |
| Octal | 372 | 316 | 335 | 0 | 22 | 14 | 2 | 524 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11011101 | 0 | 10010 | 1100 | 10 | 101010100 | 1010001 | 1011001 |
Color Harmonies of #FACEDD
Complementary color
Monochromatic Colors of #FACEDD
Black with #FACEDD
Text Example
Text Example
White with #FACEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEDD; }
p { color: rgb(250,206,221); }
H1.HeaderClassName
{
color: #FACEDD;
}
.AnyTagClassName
{
color: #FACEDD;
}
</style>
background-color css
<style>
a { background-color: #FACEDD; }
a { background-color: rgb(250,206,221); }
div.DivClassName
{
background-color: #FACEDD;
}
.BgClassName
{
background-color: #FACEDD;
}
</style>
border-color css
<style>
span { border-color: #FACEDD; }
span { border-color: rgb(250,206,221); }
td.TdClassName
{
border-color: #FACEDD;
}
.TagClassName
{
border-color: #FACEDD;
}
</style>