#FABCBA

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

Shades of Your Pink #FABCBA

Tints of Your Pink #FABCBA

Color information

#FABCBA (or 0xFABCBA) is unknown color: approx Your Pink. HEX triplet: FA, BC and BA. RGB value is (250,188,186). Sum of RGB (Red+Green+Blue) = 250+188+186=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCBA is #054345. Grayscale: #CECECE. Windows color (decimal): -344902 or 12238074. OLE color: 12238074.

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

Color convert

RGB250188186-
CMYK00.250.260.02
HSL1.88º86.49%85.49%-
HSV(B)1.88º25.6%98.04%-
XYZ66.2759.8454.51-
YUV206.31116.54159.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 188 (73.83% from 255) = 30.13%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=40.06%
G=30.13%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018818600.250.260.021.8886.4985.49
HexFABCBA0191A225655
Octal3722742720313222126125
Binary11111010101111001011101001100111010101010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCBA; }

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

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

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

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

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

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

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

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