#FACFD6

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

Shades of Pink Lace #FACFD6

Tints of Pink Lace #FACFD6

Color information

#FACFD6 (or 0xFACFD6) is unknown color: approx Pink Lace. HEX triplet: FA, CF and D6. RGB value is (250,207,214). Sum of RGB (Red+Green+Blue) = 250+207+214=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFD6 is #053029. Grayscale: #DCDCDC. Windows color (decimal): -340010 or 14077946. OLE color: 14077946.

HSL color Cylindrical-coordinate representation of color #FACFD6: hue angle of 350.23º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFD6 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB250207214-
CMYK00.170.140.02
HSL350.23º81.13%89.61%-
HSV(B)350.23º17.2%98.04%-
XYZ73.8769.873.2-
YUV220.65124.25148.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 207 (81.25% from 255) = 30.85%
BLUE value IS 214 (83.98% from 255) = 31.89%
R=37.26%
G=30.85%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020721400.170.140.02350.2381.1389.61
HexFACFD6011E215e515a
Octal372317326021162536121132
Binary11111010110011111101011001000111101010101111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFD6; }

 p { color: rgb(250,207,214); }

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

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

 a { background-color: rgb(250,207,214); }

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

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

 span { border-color: rgb(250,207,214); }

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