#FACFD8

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

Shades of Pink Lace #FACFD8

Tints of Pink Lace #FACFD8

Color information

#FACFD8 (or 0xFACFD8) is unknown color: approx Pink Lace. HEX triplet: FA, CF and D8. RGB value is (250,207,216). Sum of RGB (Red+Green+Blue) = 250+207+216=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFD8 is #053027. Grayscale: #DCDCDC. Windows color (decimal): -340008 or 14209018. OLE color: 14209018.

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

Color convert

RGB250207216-
CMYK00.170.140.02
HSL347.44º81.13%89.61%-
HSV(B)347.44º17.2%98.04%-
XYZ74.1369.9174.55-
YUV220.88125.25148.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 207 (81.25% from 255) = 30.76%
BLUE value IS 216 (84.77% from 255) = 32.10%
R=37.15%
G=30.76%
B=32.10%

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
Decimal25020721600.170.140.02347.4481.1389.61
HexFACFD8011E215b515a
Octal372317330021162533121132
Binary11111010110011111101100001000111101010101101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFD8; }

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

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

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

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

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

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

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

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