#FACED7

Color #FACED7 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #FACED7

Tints of Pink Lace #FACED7

Color information

#FACED7 (or 0xFACED7) is unknown color: approx 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

RGB250206215-
CMYK00.180.140.02
HSL347.73º81.48%89.41%-
HSV(B)347.73º17.6%98.04%-
XYZ73.7669.3773.79-
YUV220.18125.08149.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 215 (84.38% from 255) = 32.04%
R=37.26%
G=30.70%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020621500.180.140.02347.7381.4889.41
HexFACED7012E215c5159
Octal372316327022162534121131
Binary11111010110011101101011101001011101010101110010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>