Shades of Pink Lace #FACED5
Tints of Pink Lace #FACED5
RGB
CMYK
RGB Variations
Color information
#FACED5 (or 0xFACED5) is known color: Pink Lace. HEX triplet: FA, CE and D5. RGB value is (250,206,213). Sum of RGB (Red+Green+Blue) = 250+206+213=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FACED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACED5 is #05312A. Grayscale: #DBDBDB. Windows color (decimal): -340267 or 14012154. OLE color: 14012154.
HSL color Cylindrical-coordinate representation of color #FACED5: hue angle of 350.45º 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 #FACED5 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 213 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.02 |
| HSL | 350.45º | 0.81% | 0.89% | - |
| HSV(B) | 350.45º | 0.18% | 0.98% | - |
| XYZ | 73.51 | 69.27 | 72.45 | - |
| YUV | 219.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 213 | 0 | 0.18 | 0.15 | 0.02 | 350.45 | 0.81 | 0.89 |
| Hex | FA | CE | D5 | 0 | 12 | F | 2 | 15E | 51 | 59 |
| Octal | 372 | 316 | 325 | 0 | 22 | 17 | 2 | 536 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11010101 | 0 | 10010 | 1111 | 10 | 101011110 | 1010001 | 1011001 |
Color Harmonies of #FACED5
Complementary color
Monochromatic Colors of #FACED5
Black with #FACED5
Text Example
Text Example
White with #FACED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACED5; }
p { color: rgb(250,206,213); }
H1.HeaderClassName
{
color: #FACED5;
}
.AnyTagClassName
{
color: #FACED5;
}
</style>
background-color css
<style>
a { background-color: #FACED5; }
a { background-color: rgb(250,206,213); }
div.DivClassName
{
background-color: #FACED5;
}
.BgClassName
{
background-color: #FACED5;
}
</style>
border-color css
<style>
span { border-color: #FACED5; }
span { border-color: rgb(250,206,213); }
td.TdClassName
{
border-color: #FACED5;
}
.TagClassName
{
border-color: #FACED5;
}
</style>