#FACBD1

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

Shades of Pink Lace #FACBD1

Tints of Pink Lace #FACBD1

Color information

#FACBD1 (or 0xFACBD1) is unknown color: approx Pink Lace. HEX triplet: FA, CB and D1. RGB value is (250,203,209). Sum of RGB (Red+Green+Blue) = 250+203+209=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBD1 is #05342E. Grayscale: #D9D9D9. Windows color (decimal): -341039 or 13749242. OLE color: 13749242.

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

Color convert

RGB250203209-
CMYK00.190.160.02
HSL352.34º82.46%88.82%-
HSV(B)352.34º18.8%98.04%-
XYZ72.2967.6469.57-
YUV217.74123.07151.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 203 (79.69% from 255) = 30.66%
BLUE value IS 209 (82.03% from 255) = 31.57%
R=37.76%
G=30.66%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020320900.190.160.02352.3482.4688.82
HexFACBD10131021605259
Octal372313321023202540122131
Binary111110101100101111010001010011100001010110000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBD1; }

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

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

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

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

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

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

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

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