#FBAB88

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

Shades of Light Salmon #FBAB88

Tints of Light Salmon #FBAB88

Color information

#FBAB88 (or 0xFBAB88) is unknown color: approx Light Salmon. HEX triplet: FB, AB and 88. RGB value is (251,171,136). Sum of RGB (Red+Green+Blue) = 251+171+136=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB88 is #045477. Grayscale: #BFBFBF. Windows color (decimal): -283768 or 8956923. OLE color: 8956923.

HSL color Cylindrical-coordinate representation of color #FBAB88: hue angle of 18.26º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBAB88 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB251171136-
CMYK00.320.460.02
HSL18.26º93.5%75.88%-
HSV(B)18.26º45.82%98.43%-
XYZ58.7951.4130.12-
YUV190.9397170.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.98%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 136 (53.52% from 255) = 24.37%
R=44.98%
G=30.65%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117113600.320.460.0218.2693.575.88
HexFBAB880202E2125d4c
Octal37325321004056222135114
Binary1111101110101011100010000100000101110101001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAB88; }

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

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

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

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

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

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

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

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