#FAB7BA

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

Shades of Light Pink #FAB7BA

Tints of Light Pink #FAB7BA

Color information

#FAB7BA (or 0xFAB7BA) is unknown color: approx Light Pink. HEX triplet: FA, B7 and BA. RGB value is (250,183,186). Sum of RGB (Red+Green+Blue) = 250+183+186=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 183 (71.88% from 255 or 29.56% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7BA is #054845. Grayscale: #CBCBCB. Windows color (decimal): -346182 or 12236794. OLE color: 12236794.

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

Color convert

RGB250183186-
CMYK00.270.260.02
HSL357.31º87.01%84.9%-
HSV(B)357.31º26.8%98.04%-
XYZ65.2257.7454.16-
YUV203.38118.2161.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 183 (71.88% from 255) = 29.56%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=40.39%
G=29.56%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018318600.270.260.02357.3187.0184.9
HexFAB7BA01B1A21655755
Octal372267272033322545127125
Binary111110101011011110111010011011110101010110010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7BA; }

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

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

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

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

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

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

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

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