#FBA883

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

Shades of Light Salmon #FBA883

Tints of Light Salmon #FBA883

Color information

#FBA883 (or 0xFBA883) is unknown color: approx Light Salmon. HEX triplet: FB, A8 and 83. RGB value is (251,168,131). Sum of RGB (Red+Green+Blue) = 251+168+131=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA883 is #04577C. Grayscale: #BCBCBC. Windows color (decimal): -284541 or 8628475. OLE color: 8628475.

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

Color convert

RGB251168131-
CMYK00.330.480.02
HSL18.5º93.75%74.9%-
HSV(B)18.5º47.81%98.43%-
XYZ57.8850.1528.1-
YUV188.695.5172.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.64%
GREEN value IS 168 (66.02% from 255) = 30.55%
BLUE value IS 131 (51.56% from 255) = 23.82%
R=45.64%
G=30.55%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116813100.330.480.0218.593.7574.9
HexFBA883021302135e4b
Octal37325020304160223136113
Binary1111101110101000100000110100001110000101001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA883; }

 p { color: rgb(251,168,131); }

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

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

 a { background-color: rgb(251,168,131); }

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

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

 span { border-color: rgb(251,168,131); }

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