#FABAB9

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

Shades of Your Pink #FABAB9

Tints of Your Pink #FABAB9

Color information

#FABAB9 (or 0xFABAB9) is unknown color: approx Your Pink. HEX triplet: FA, BA and B9. RGB value is (250,186,185). Sum of RGB (Red+Green+Blue) = 250+186+185=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 185 (72.66% from 255 or 29.79% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAB9 is #054546. Grayscale: #CDCDCD. Windows color (decimal): -345415 or 12172026. OLE color: 12172026.

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

Color convert

RGB250186185-
CMYK00.260.260.02
HSL0.92º86.67%85.29%-
HSV(B)0.92º26%98.04%-
XYZ65.7458.9453.81-
YUV205.02116.7160.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 185 (72.66% from 255) = 29.79%
R=40.26%
G=29.95%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018618500.260.260.020.9286.6785.29
HexFABAB901A1A215755
Octal3722722710323221127125
Binary1111101010111010101110010110101101010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABAB9; }

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

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

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

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

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

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

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

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