#FBA9BA

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

Shades of Light Pink #FBA9BA

Tints of Light Pink #FBA9BA

Color information

#FBA9BA (or 0xFBA9BA) is unknown color: approx Light Pink. HEX triplet: FB, A9 and BA. RGB value is (251,169,186). Sum of RGB (Red+Green+Blue) = 251+169+186=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9BA is #045645. Grayscale: #C3C3C3. Windows color (decimal): -284230 or 12233211. OLE color: 12233211.

HSL color Cylindrical-coordinate representation of color #FBA9BA: hue angle of 347.56º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA9BA is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB251169186-
CMYK00.330.260.02
HSL347.56º91.11%82.35%-
HSV(B)347.56º32.67%98.43%-
XYZ62.8352.4353.26-
YUV195.46122.67167.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 169 (66.41% from 255) = 27.89%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=41.42%
G=27.89%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116918600.330.260.02347.5691.1182.35
HexFBA9BA0211A215c5b52
Octal373251272041322534133122
Binary1111101110101001101110100100001110101010101110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA9BA; }

 p { color: rgb(251,169,186); }

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

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

 a { background-color: rgb(251,169,186); }

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

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

 span { border-color: rgb(251,169,186); }

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