#FB816B

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

Shades of Salmon #FB816B

Tints of Salmon #FB816B

Color information

#FB816B (or 0xFB816B) is unknown color: approx Salmon. HEX triplet: FB, 81 and 6B. RGB value is (251,129,107). Sum of RGB (Red+Green+Blue) = 251+129+107=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB816B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB816B is #047E94. Grayscale: #A3A3A3. Windows color (decimal): -294549 or 7045627. OLE color: 7045627.

HSL color Cylindrical-coordinate representation of color #FB816B: hue angle of 9.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB816B is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB251129107-
CMYK00.490.570.02
HSL9.17º94.74%70.2%-
HSV(B)9.17º57.37%98.43%-
XYZ50.2937.2718.45-
YUV162.9796.42190.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.54%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 107 (42.19% from 255) = 21.97%
R=51.54%
G=26.49%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112910700.490.570.029.1794.7470.2
HexFB816B03139295f46
Octal37320115306171211137106
Binary11111011100000011101011011000111100110100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB816B; }

 p { color: rgb(251,129,107); }

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

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

 a { background-color: rgb(251,129,107); }

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

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

 span { border-color: rgb(251,129,107); }

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