#FACDDA

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

Shades of Pink Lace #FACDDA

Tints of Pink Lace #FACDDA

Color information

#FACDDA (or 0xFACDDA) is unknown color: approx Pink Lace. HEX triplet: FA, CD and DA. RGB value is (250,205,218). Sum of RGB (Red+Green+Blue) = 250+205+218=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDDA is #053225. Grayscale: #DBDBDB. Windows color (decimal): -340518 or 14339578. OLE color: 14339578.

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

Color convert

RGB250205218-
CMYK00.180.130.02
HSL342.67º81.82%89.22%-
HSV(B)342.67º18%98.04%-
XYZ73.9169.0575.76-
YUV219.94126.91149.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 218 (85.55% from 255) = 32.39%
R=37.15%
G=30.46%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020521800.180.130.02342.6781.8289.22
HexFACDDA012D21575259
Octal372315332022152527122131
Binary11111010110011011101101001001011011010101011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDDA; }

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

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

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

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

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

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

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

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