#FC857D

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

Shades of Salmon #FC857D

Tints of Salmon #FC857D

Color information

#FC857D (or 0xFC857D) is unknown color: approx Salmon. HEX triplet: FC, 85 and 7D. RGB value is (252,133,125). Sum of RGB (Red+Green+Blue) = 252+133+125=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC857D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC857D is #037A82. Grayscale: #A7A7A7. Windows color (decimal): -227971 or 8226300. OLE color: 8226300.

HSL color Cylindrical-coordinate representation of color #FC857D: hue angle of 3.78º 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 #FC857D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB252133125-
CMYK00.470.500.01
HSL3.78º95.49%73.92%-
HSV(B)3.78º50.4%98.82%-
XYZ52.2338.9524.17-
YUV167.67103.92188.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.41%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 125 (49.22% from 255) = 24.51%
R=49.41%
G=26.08%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213312500.470.500.013.7895.4973.92
HexFC857D02F32145f4a
Octal3742051750576214137112
Binary111111001000010111111010101111110010110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC857D; }

 p { color: rgb(252,133,125); }

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

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

 a { background-color: rgb(252,133,125); }

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

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

 span { border-color: rgb(252,133,125); }

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