#FACFDC

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

Shades of Pink Lace #FACFDC

Tints of Pink Lace #FACFDC

Color information

#FACFDC (or 0xFACFDC) is unknown color: approx Pink Lace. HEX triplet: FA, CF and DC. RGB value is (250,207,220). Sum of RGB (Red+Green+Blue) = 250+207+220=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFDC is #053023. Grayscale: #DDDDDD. Windows color (decimal): -340004 or 14471162. OLE color: 14471162.

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

Color convert

RGB250207220-
CMYK00.170.120.02
HSL341.86º81.13%89.61%-
HSV(B)341.86º17.2%98.04%-
XYZ74.6670.1277.31-
YUV221.34127.25148.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 207 (81.25% from 255) = 30.58%
BLUE value IS 220 (86.33% from 255) = 32.50%
R=36.93%
G=30.58%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020722000.170.120.02341.8681.1389.61
HexFACFDC011C2156515a
Octal372317334021142526121132
Binary11111010110011111101110001000111001010101011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFDC; }

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

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

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

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

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

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

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

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