#FACED4

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

Shades of Pink Lace #FACED4

Tints of Pink Lace #FACED4

Color information

#FACED4 (or 0xFACED4) is unknown color: approx Pink Lace. HEX triplet: FA, CE and D4. RGB value is (250,206,212). Sum of RGB (Red+Green+Blue) = 250+206+212=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FACED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACED4 is #05312B. Grayscale: #DBDBDB. Windows color (decimal): -340268 or 13946618. OLE color: 13946618.

HSL color Cylindrical-coordinate representation of color #FACED4: hue angle of 351.82º 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 #FACED4 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB250206212-
CMYK00.180.150.02
HSL351.82º81.48%89.41%-
HSV(B)351.82º17.6%98.04%-
XYZ73.3869.2271.78-
YUV219.84123.58149.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 206 (80.86% from 255) = 30.84%
BLUE value IS 212 (83.20% from 255) = 31.74%
R=37.43%
G=30.84%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020621200.180.150.02351.8281.4889.41
HexFACED4012F21605159
Octal372316324022172540121131
Binary11111010110011101101010001001011111010110000010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACED4; }

 p { color: rgb(250,206,212); }

 H1.HeaderClassName
 {
   color: #FACED4;
 }
 .AnyTagClassName
 {
   color: #FACED4;
 }
</style>
background-color css

<style>
 a { background-color: #FACED4; }

 a { background-color: rgb(250,206,212); }

 div.DivClassName
 {
   background-color: #FACED4;
 }
 .BgClassName
 {
   background-color: #FACED4;
 }
</style>
border-color css

<style>
 span { border-color: #FACED4; }

 span { border-color: rgb(250,206,212); }

 td.TdClassName
 {
   border-color: #FACED4;
 }
 .TagClassName
 {
   border-color: #FACED4;
 }
</style>