#FACDD5

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

Shades of Pink Lace #FACDD5

Tints of Pink Lace #FACDD5

Color information

#FACDD5 (or 0xFACDD5) is unknown color: approx Pink Lace. HEX triplet: FA, CD and D5. RGB value is (250,205,213). Sum of RGB (Red+Green+Blue) = 250+205+213=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDD5 is #05322A. Grayscale: #DBDBDB. Windows color (decimal): -340523 or 14011898. OLE color: 14011898.

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

Color convert

RGB250205213-
CMYK00.180.150.02
HSL349.33º81.82%89.22%-
HSV(B)349.33º18%98.04%-
XYZ73.2768.7972.37-
YUV219.37124.41149.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 205 (80.47% from 255) = 30.69%
BLUE value IS 213 (83.59% from 255) = 31.89%
R=37.43%
G=30.69%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020521300.180.150.02349.3381.8289.22
HexFACDD5012F215d5259
Octal372315325022172535122131
Binary11111010110011011101010101001011111010101110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDD5; }

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

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

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

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

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

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

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

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