#FBA988

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

Shades of Light Salmon #FBA988

Tints of Light Salmon #FBA988

Color information

#FBA988 (or 0xFBA988) is unknown color: approx Light Salmon. HEX triplet: FB, A9 and 88. RGB value is (251,169,136). Sum of RGB (Red+Green+Blue) = 251+169+136=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA988 is #045677. Grayscale: #BDBDBD. Windows color (decimal): -284280 or 8956411. OLE color: 8956411.

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

Color convert

RGB251169136-
CMYK00.330.460.02
HSL17.22º93.5%75.88%-
HSV(B)17.22º45.82%98.43%-
XYZ58.4250.6629.99-
YUV189.7697.67171.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.14%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 136 (53.52% from 255) = 24.46%
R=45.14%
G=30.40%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116913600.330.460.0217.2293.575.88
HexFBA9880212E2115d4c
Octal37325121004156221135114
Binary1111101110101001100010000100001101110101000110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA988; }

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

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

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

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

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

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

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

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