#FAC1B6

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

Shades of Your Pink #FAC1B6

Tints of Your Pink #FAC1B6

Color information

#FAC1B6 (or 0xFAC1B6) is unknown color: approx Your Pink. HEX triplet: FA, C1 and B6. RGB value is (250,193,182). Sum of RGB (Red+Green+Blue) = 250+193+182=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1B6 is #053E49. Grayscale: #D0D0D0. Windows color (decimal): -343626 or 11977210. OLE color: 11977210.

HSL color Cylindrical-coordinate representation of color #FAC1B6: hue angle of 9.71º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAC1B6 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB250193182-
CMYK00.230.270.02
HSL9.71º87.18%84.71%-
HSV(B)9.71º27.2%98.04%-
XYZ66.9461.8452.66-
YUV208.79112.88157.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 193 (75.78% from 255) = 30.88%
BLUE value IS 182 (71.48% from 255) = 29.12%
R=40%
G=30.88%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019318200.230.270.029.7187.1884.71
HexFAC1B60171B2a5755
Octal37230126602733212127125
Binary1111101011000001101101100101111101110101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC1B6; }

 p { color: rgb(250,193,182); }

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

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

 a { background-color: rgb(250,193,182); }

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

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

 span { border-color: rgb(250,193,182); }

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