#FABEB9

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

Shades of Your Pink #FABEB9

Tints of Your Pink #FABEB9

Color information

#FABEB9 (or 0xFABEB9) is unknown color: approx Your Pink. HEX triplet: FA, BE and B9. RGB value is (250,190,185). Sum of RGB (Red+Green+Blue) = 250+190+185=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEB9 is #054146. Grayscale: #CFCFCF. Windows color (decimal): -344391 or 12173050. OLE color: 12173050.

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

Color convert

RGB250190185-
CMYK00.240.260.02
HSL4.62º86.67%85.29%-
HSV(B)4.62º26%98.04%-
XYZ66.5960.6554.1-
YUV207.37115.38158.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 185 (72.66% from 255) = 29.6%
R=40%
G=30.4%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019018500.240.260.024.6286.6785.29
HexFABEB90181A255755
Octal3722762710303225127125
Binary111110101011111010111001011000110101010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEB9; }

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

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

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

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

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

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

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

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