#FACDD6

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

Shades of Pink Lace #FACDD6

Tints of Pink Lace #FACDD6

Color information

#FACDD6 (or 0xFACDD6) is unknown color: approx Pink Lace. HEX triplet: FA, CD and D6. RGB value is (250,205,214). Sum of RGB (Red+Green+Blue) = 250+205+214=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDD6 is #053229. Grayscale: #DBDBDB. Windows color (decimal): -340522 or 14077434. OLE color: 14077434.

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

Color convert

RGB250205214-
CMYK00.180.140.02
HSL348º81.82%89.22%-
HSV(B)348º18%98.04%-
XYZ73.3968.8473.04-
YUV219.48124.91149.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 214 (83.98% from 255) = 31.99%
R=37.37%
G=30.64%
B=31.99%

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
Decimal25020521400.180.140.0234881.8289.22
HexFACDD6012E215c5259
Octal372315326022162534122131
Binary11111010110011011101011001001011101010101110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDD6; }

 p { color: rgb(250,205,214); }

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

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

 a { background-color: rgb(250,205,214); }

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

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

 span { border-color: rgb(250,205,214); }

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