#FACFD9

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

Shades of Pink Lace #FACFD9

Tints of Pink Lace #FACFD9

Color information

#FACFD9 (or 0xFACFD9) is unknown color: approx Pink Lace. HEX triplet: FA, CF and D9. RGB value is (250,207,217). Sum of RGB (Red+Green+Blue) = 250+207+217=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFD9 is #053026. Grayscale: #DDDDDD. Windows color (decimal): -340007 or 14274554. OLE color: 14274554.

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

Color convert

RGB250207217-
CMYK00.170.130.02
HSL346.05º81.13%89.61%-
HSV(B)346.05º17.2%98.04%-
XYZ74.2669.9675.24-
YUV221125.75148.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 207 (81.25% from 255) = 30.71%
BLUE value IS 217 (85.16% from 255) = 32.20%
R=37.09%
G=30.71%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020721700.170.130.02346.0581.1389.61
HexFACFD9011D215a515a
Octal372317331021152532121132
Binary11111010110011111101100101000111011010101101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFD9; }

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

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

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

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

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

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

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

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