#FBAB87

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

Shades of Light Salmon #FBAB87

Tints of Light Salmon #FBAB87

Color information

#FBAB87 (or 0xFBAB87) is unknown color: approx Light Salmon. HEX triplet: FB, AB and 87. RGB value is (251,171,135). Sum of RGB (Red+Green+Blue) = 251+171+135=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 135 (53.12% from 255 or 24.24% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB87 is #045478. Grayscale: #BFBFBF. Windows color (decimal): -283769 or 8891387. OLE color: 8891387.

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

Color convert

RGB251171135-
CMYK00.320.460.02
HSL18.62º93.55%75.69%-
HSV(B)18.62º46.22%98.43%-
XYZ58.7251.3829.74-
YUV190.8296.5170.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.06%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 135 (53.12% from 255) = 24.24%
R=45.06%
G=30.70%
B=24.24%

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
Decimal25117113500.320.460.0218.6293.5575.69
HexFBAB870202E2135e4c
Octal37325320704056223136114
Binary1111101110101011100001110100000101110101001110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAB87; }

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

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

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

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

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

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

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

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