#FBA688

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

Shades of Light Salmon #FBA688

Tints of Light Salmon #FBA688

Color information

#FBA688 (or 0xFBA688) is unknown color: approx Light Salmon. HEX triplet: FB, A6 and 88. RGB value is (251,166,136). Sum of RGB (Red+Green+Blue) = 251+166+136=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA688 is #045977. Grayscale: #BCBCBC. Windows color (decimal): -285048 or 8955643. OLE color: 8955643.

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

Color convert

RGB251166136-
CMYK00.340.460.02
HSL15.65º93.5%75.88%-
HSV(B)15.65º45.82%98.43%-
XYZ57.8649.5629.81-
YUV187.9998.66172.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.39%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 136 (53.52% from 255) = 24.59%
R=45.39%
G=30.02%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116613600.340.460.0215.6593.575.88
HexFBA6880222E2105d4c
Octal37324621004256220135114
Binary1111101110100110100010000100010101110101000010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA688; }

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

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

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

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

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

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

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

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