Html Css Color HEX #FC7D6D Salmon

📋 copy color: '#FC7D6D'

red 252 ◦ green 125 ◦ blue 109

#FC7D6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #FC7D6D

Tints of Salmon #FC7D6D

RGB

 RED value IS 252 (98.83% from 255) = 51.85%

 GREEN value IS 125 (49.22% from 255) = 25.72%

 BLUE value IS 109 (42.97% from 255) = 22.43%

R = 51.85%
G = 25.72%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC7D6D (or 0xFC7D6D) is known color: Salmon. HEX triplet: FC, 7D and 6D. RGB value is (252,125,109). Sum of RGB (Red+Green+Blue) = 252+125+109=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D6D is #038292. Grayscale: #A1A1A1. Windows color (decimal): -230035 or 7175676. OLE color: 7175676.

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

Color convert

RGB 252 125 109 -
CMYK 0 0.50 0.57 0.01
HSL 6.71º 0.96% 0.71% -
HSV(B) 6.71º 0.57% 0.99% -
XYZ 50.24 36.47 18.86 -
YUV 161.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 252 125 109 0 0.50 0.57 0.01 6.71 0.96 0.71
Hex FC 7D 6D 0 32 39 1 7 60 47
Octal 374 175 155 0 62 71 1 7 140 107
Binary 11111100 1111101 1101101 0 110010 111001 1 111 1100000 1000111

Color Harmonies of #FC7D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D6D

Black with #FC7D6D

Text Example


Text Example

White with #FC7D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D6D; }

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

 H1.HeaderClassName
 {
   color: #FC7D6D;
 }
 .AnyTagClassName
 {
   color: #FC7D6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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