#FBA985

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

Shades of Light Salmon #FBA985

Tints of Light Salmon #FBA985

Color information

#FBA985 (or 0xFBA985) is unknown color: approx Light Salmon. HEX triplet: FB, A9 and 85. RGB value is (251,169,133). Sum of RGB (Red+Green+Blue) = 251+169+133=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA985 is #04567A. Grayscale: #BDBDBD. Windows color (decimal): -284283 or 8759803. OLE color: 8759803.

HSL color Cylindrical-coordinate representation of color #FBA985: hue angle of 18.31º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBA985 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB251169133-
CMYK00.330.470.02
HSL18.31º93.65%75.29%-
HSV(B)18.31º47.01%98.43%-
XYZ58.2150.5828.89-
YUV189.4196.17171.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.39%
GREEN value IS 169 (66.41% from 255) = 30.56%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=45.39%
G=30.56%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116913300.330.470.0218.3193.6575.29
HexFBA9850212F2125e4b
Octal37325120504157222136113
Binary1111101110101001100001010100001101111101001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA985; }

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

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

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

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

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

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

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

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