#FB7B6E

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

Shades of Salmon #FB7B6E

Tints of Salmon #FB7B6E

Color information

#FB7B6E (or 0xFB7B6E) is unknown color: approx Salmon. HEX triplet: FB, 7B and 6E. RGB value is (251,123,110). Sum of RGB (Red+Green+Blue) = 251+123+110=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B6E is #048491. Grayscale: #9F9F9F. Windows color (decimal): -296082 or 7240699. OLE color: 7240699.

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

Color convert

RGB251123110-
CMYK00.510.560.02
HSL5.53º94.63%70.78%-
HSV(B)5.53º56.18%98.43%-
XYZ49.6835.819.04-
YUV159.7999.91193.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.86%
GREEN value IS 123 (48.44% from 255) = 25.41%
BLUE value IS 110 (43.36% from 255) = 22.73%
R=51.86%
G=25.41%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112311000.510.560.025.5394.6370.78
HexFB7B6E03338265f47
Octal3731731560637026137107
Binary111110111111011110111001100111110001011010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7B6E; }

 p { color: rgb(251,123,110); }

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

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

 a { background-color: rgb(251,123,110); }

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

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

 span { border-color: rgb(251,123,110); }

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