#FBA585

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

Shades of Light Salmon #FBA585

Tints of Light Salmon #FBA585

Color information

#FBA585 (or 0xFBA585) is unknown color: approx Light Salmon. HEX triplet: FB, A5 and 85. RGB value is (251,165,133). Sum of RGB (Red+Green+Blue) = 251+165+133=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA585 is #045A7A. Grayscale: #BBBBBB. Windows color (decimal): -285307 or 8758779. OLE color: 8758779.

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

Color convert

RGB251165133-
CMYK00.340.470.02
HSL16.27º93.65%75.29%-
HSV(B)16.27º47.01%98.43%-
XYZ57.4749.1128.64-
YUV187.0797.49173.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.72%
GREEN value IS 165 (64.84% from 255) = 30.05%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=45.72%
G=30.05%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116513300.340.470.0216.2793.6575.29
HexFBA5850222F2105e4b
Octal37324520504257220136113
Binary1111101110100101100001010100010101111101000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA585; }

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

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

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

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

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

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

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

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