#FBA8AB

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

Shades of Light Pink #FBA8AB

Tints of Light Pink #FBA8AB

Color information

#FBA8AB (or 0xFBA8AB) is unknown color: approx Light Pink. HEX triplet: FB, A8 and AB. RGB value is (251,168,171). Sum of RGB (Red+Green+Blue) = 251+168+171=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA8AB is #045754. Grayscale: #C1C1C1. Windows color (decimal): -284501 or 11249915. OLE color: 11249915.

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

Color convert

RGB251168171-
CMYK00.330.320.02
HSL357.83º91.21%82.16%-
HSV(B)357.83º33.07%98.43%-
XYZ61.1451.4545.24-
YUV193.16115.5169.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 168 (66.02% from 255) = 28.47%
BLUE value IS 171 (67.19% from 255) = 28.98%
R=42.54%
G=28.47%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116817100.330.320.02357.8391.2182.16
HexFBA8AB0212021665b52
Octal373250253041402546133122
Binary11111011101010001010101101000011000001010110011010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA8AB; }

 p { color: rgb(251,168,171); }

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

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

 a { background-color: rgb(251,168,171); }

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

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

 span { border-color: rgb(251,168,171); }

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