#FAC1BA

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

Shades of Your Pink #FAC1BA

Tints of Your Pink #FAC1BA

Color information

#FAC1BA (or 0xFAC1BA) is unknown color: approx Your Pink. HEX triplet: FA, C1 and BA. RGB value is (250,193,186). Sum of RGB (Red+Green+Blue) = 250+193+186=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1BA is #053E45. Grayscale: #D1D1D1. Windows color (decimal): -343622 or 12239354. OLE color: 12239354.

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

Color convert

RGB250193186-
CMYK00.230.260.02
HSL6.56º86.49%85.49%-
HSV(B)6.56º25.6%98.04%-
XYZ67.3662.0154.87-
YUV209.24114.88157.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 193 (75.78% from 255) = 30.68%
BLUE value IS 186 (73.05% from 255) = 29.57%
R=39.75%
G=30.68%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019318600.230.260.026.5686.4985.49
HexFAC1BA0171A275655
Octal3723012720273227126125
Binary111110101100000110111010010111110101011110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC1BA; }

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

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

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

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

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

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

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

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