#FC7B6E

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

Shades of Salmon #FC7B6E

Tints of Salmon #FC7B6E

Color information

#FC7B6E (or 0xFC7B6E) is unknown color: approx Salmon. HEX triplet: FC, 7B and 6E. RGB value is (252,123,110). Sum of RGB (Red+Green+Blue) = 252+123+110=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B6E is #038491. Grayscale: #A0A0A0. Windows color (decimal): -230546 or 7240700. OLE color: 7240700.

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

Color convert

RGB252123110-
CMYK00.510.560.01
HSL5.49º95.95%70.98%-
HSV(B)5.49º56.35%98.82%-
XYZ50.0435.9919.06-
YUV160.0999.74193.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.96%
GREEN value IS 123 (48.44% from 255) = 25.36%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=51.96%
G=25.36%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212311000.510.560.015.4995.9570.98
HexFC7B6E03338156047
Octal3741731560637015140107
Binary11111100111101111011100110011111000110111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7B6E; }

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

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

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

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

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

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

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

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