#FACBD7

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

Shades of Pink Lace #FACBD7

Tints of Pink Lace #FACBD7

Color information

#FACBD7 (or 0xFACBD7) is unknown color: approx Pink Lace. HEX triplet: FA, CB and D7. RGB value is (250,203,215). Sum of RGB (Red+Green+Blue) = 250+203+215=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 215 (84.38% from 255 or 32.19% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBD7 is #053428. Grayscale: #DADADA. Windows color (decimal): -341033 or 14142458. OLE color: 14142458.

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

Color convert

RGB250203215-
CMYK00.190.140.02
HSL344.68º82.46%88.82%-
HSV(B)344.68º18.8%98.04%-
XYZ73.0567.9473.55-
YUV218.42126.07150.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 203 (79.69% from 255) = 30.39%
BLUE value IS 215 (84.38% from 255) = 32.19%
R=37.43%
G=30.39%
B=32.19%

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
Decimal25020321500.190.140.02344.6882.4688.82
HexFACBD7013E21595259
Octal372313327023162531122131
Binary11111010110010111101011101001111101010101100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBD7; }

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

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

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

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

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

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

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

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