#FC8B7E

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

Shades of Salmon #FC8B7E

Tints of Salmon #FC8B7E

Color information

#FC8B7E (or 0xFC8B7E) is unknown color: approx Salmon. HEX triplet: FC, 8B and 7E. RGB value is (252,139,126). Sum of RGB (Red+Green+Blue) = 252+139+126=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8B7E is #037481. Grayscale: #ABABAB. Windows color (decimal): -226434 or 8293372. OLE color: 8293372.

HSL color Cylindrical-coordinate representation of color #FC8B7E: hue angle of 6.19º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC8B7E is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.01.

Color convert

RGB252139126-
CMYK00.450.50.01
HSL6.19º95.45%74.12%-
HSV(B)6.19º50%98.82%-
XYZ53.1440.6724.79-
YUV171.3102.44185.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.74%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 126 (49.61% from 255) = 24.37%
R=48.74%
G=26.89%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213912600.450.50.016.1995.4574.12
HexFC8B7E02D32165f4a
Octal3742131760556216137112
Binary111111001000101111111100101101110010111010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8B7E; }

 p { color: rgb(252,139,126); }

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

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

 a { background-color: rgb(252,139,126); }

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

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

 span { border-color: rgb(252,139,126); }

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