#FABEB6

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

Shades of Your Pink #FABEB6

Tints of Your Pink #FABEB6

Color information

#FABEB6 (or 0xFABEB6) is unknown color: approx Your Pink. HEX triplet: FA, BE and B6. RGB value is (250,190,182). Sum of RGB (Red+Green+Blue) = 250+190+182=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEB6 is #054149. Grayscale: #CFCFCF. Windows color (decimal): -344394 or 11976442. OLE color: 11976442.

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

Color convert

RGB250190182-
CMYK00.240.270.02
HSL7.06º87.18%84.71%-
HSV(B)7.06º27.2%98.04%-
XYZ66.2860.5352.45-
YUV207.03113.88158.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.19%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 182 (71.48% from 255) = 29.26%
R=40.19%
G=30.55%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019018200.240.270.027.0687.1884.71
HexFABEB60181B275755
Octal3722762660303327127125
Binary111110101011111010110110011000110111011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEB6; }

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

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

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

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

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

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

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

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