#FACDD7

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

Shades of Pink Lace #FACDD7

Tints of Pink Lace #FACDD7

Color information

#FACDD7 (or 0xFACDD7) is unknown color: approx Pink Lace. HEX triplet: FA, CD and D7. RGB value is (250,205,215). Sum of RGB (Red+Green+Blue) = 250+205+215=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDD7 is #053228. Grayscale: #DBDBDB. Windows color (decimal): -340521 or 14142970. OLE color: 14142970.

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

Color convert

RGB250205215-
CMYK00.180.140.02
HSL346.67º81.82%89.22%-
HSV(B)346.67º18%98.04%-
XYZ73.5268.8973.71-
YUV219.59125.41149.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 215 (84.38% from 255) = 32.09%
R=37.31%
G=30.60%
B=32.09%

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
Decimal25020521500.180.140.02346.6781.8289.22
HexFACDD7012E215b5259
Octal372315327022162533122131
Binary11111010110011011101011101001011101010101101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDD7; }

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

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

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

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

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

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

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

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