#FAC0BA

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

Shades of Your Pink #FAC0BA

Tints of Your Pink #FAC0BA

Color information

#FAC0BA (or 0xFAC0BA) is unknown color: approx Your Pink. HEX triplet: FA, C0 and BA. RGB value is (250,192,186). Sum of RGB (Red+Green+Blue) = 250+192+186=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0BA is #053F45. Grayscale: #D0D0D0. Windows color (decimal): -343878 or 12239098. OLE color: 12239098.

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

Color convert

RGB250192186-
CMYK00.230.260.02
HSL5.63º86.49%85.49%-
HSV(B)5.63º25.6%98.04%-
XYZ67.1461.5754.8-
YUV208.66115.22157.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 192 (75.39% from 255) = 30.57%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=39.81%
G=30.57%
B=29.62%

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
Decimal25019218600.230.260.025.6386.4985.49
HexFAC0BA0171A265655
Octal3723002720273226126125
Binary111110101100000010111010010111110101011010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0BA; }

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

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

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

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

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

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

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

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