#FBAA83

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

Shades of Light Salmon #FBAA83

Tints of Light Salmon #FBAA83

Color information

#FBAA83 (or 0xFBAA83) is unknown color: approx Light Salmon. HEX triplet: FB, AA and 83. RGB value is (251,170,131). Sum of RGB (Red+Green+Blue) = 251+170+131=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAA83 is #04557C. Grayscale: #BEBEBE. Windows color (decimal): -284029 or 8628987. OLE color: 8628987.

HSL color Cylindrical-coordinate representation of color #FBAA83: hue angle of 19.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 #FBAA83 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB251170131-
CMYK00.320.480.02
HSL19.5º93.75%74.9%-
HSV(B)19.5º47.81%98.43%-
XYZ58.2650.928.23-
YUV189.7794.84171.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.47%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 131 (51.56% from 255) = 23.73%
R=45.47%
G=30.80%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117013100.320.480.0219.593.7574.9
HexFBAA83020302145e4b
Octal37325220304060224136113
Binary1111101110101010100000110100000110000101010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAA83; }

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

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

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

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

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

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

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

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