#FACBD6

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

Shades of Pink Lace #FACBD6

Tints of Pink Lace #FACBD6

Color information

#FACBD6 (or 0xFACBD6) is unknown color: approx Pink Lace. HEX triplet: FA, CB and D6. RGB value is (250,203,214). Sum of RGB (Red+Green+Blue) = 250+203+214=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBD6 is #053429. Grayscale: #DADADA. Windows color (decimal): -341034 or 14076922. OLE color: 14076922.

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

Color convert

RGB250203214-
CMYK00.190.140.02
HSL345.96º82.46%88.82%-
HSV(B)345.96º18.8%98.04%-
XYZ72.9267.8972.88-
YUV218.31125.57150.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 203 (79.69% from 255) = 30.43%
BLUE value IS 214 (83.98% from 255) = 32.08%
R=37.48%
G=30.43%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020321400.190.140.02345.9682.4688.82
HexFACBD6013E215a5259
Octal372313326023162532122131
Binary11111010110010111101011001001111101010101101010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBD6; }

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

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

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

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

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

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

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

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