#FACDD3

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

Shades of Pink Lace #FACDD3

Tints of Pink Lace #FACDD3

Color information

#FACDD3 (or 0xFACDD3) is unknown color: approx Pink Lace. HEX triplet: FA, CD and D3. RGB value is (250,205,211). Sum of RGB (Red+Green+Blue) = 250+205+211=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDD3 is #05322C. Grayscale: #DBDBDB. Windows color (decimal): -340525 or 13880826. OLE color: 13880826.

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

Color convert

RGB250205211-
CMYK00.180.160.02
HSL352º81.82%89.22%-
HSV(B)352º18%98.04%-
XYZ73.0168.6971.04-
YUV219.14123.41150.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 205 (80.47% from 255) = 30.78%
BLUE value IS 211 (82.81% from 255) = 31.68%
R=37.54%
G=30.78%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020521100.180.160.0235281.8289.22
HexFACDD30121021605259
Octal372315323022202540122131
Binary111110101100110111010011010010100001010110000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDD3; }

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

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

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

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

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

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

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

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