#FACDD8

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

Shades of Pink Lace #FACDD8

Tints of Pink Lace #FACDD8

Color information

#FACDD8 (or 0xFACDD8) is unknown color: approx Pink Lace. HEX triplet: FA, CD and D8. RGB value is (250,205,216). Sum of RGB (Red+Green+Blue) = 250+205+216=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDD8 is #053227. Grayscale: #DBDBDB. Windows color (decimal): -340520 or 14208506. OLE color: 14208506.

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

Color convert

RGB250205216-
CMYK00.180.140.02
HSL345.33º81.82%89.22%-
HSV(B)345.33º18%98.04%-
XYZ73.6568.9474.39-
YUV219.71125.91149.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 216 (84.77% from 255) = 32.19%
R=37.26%
G=30.55%
B=32.19%

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
Decimal25020521600.180.140.02345.3381.8289.22
HexFACDD8012E21595259
Octal372315330022162531122131
Binary11111010110011011101100001001011101010101100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDD8; }

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

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

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

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

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

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

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

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