Html Css Color HEX #FC7B6D Salmon

📋 copy color: '#FC7B6D'

red 252 ◦ green 123 ◦ blue 109

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

Shades of Salmon #FC7B6D

Tints of Salmon #FC7B6D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.41%

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

R = 52.07%
G = 25.41%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC7B6D (or 0xFC7B6D) is known color: Salmon. HEX triplet: FC, 7B and 6D. RGB value is (252,123,109). Sum of RGB (Red+Green+Blue) = 252+123+109=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B6D is #038492. Grayscale: #A0A0A0. Windows color (decimal): -230547 or 7175164. OLE color: 7175164.

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

Color convert

RGB 252 123 109 -
CMYK 0 0.51 0.57 0.01
HSL 5.87º 0.96% 0.71% -
HSV(B) 5.87º 0.57% 0.99% -
XYZ 49.99 35.97 18.78 -
YUV 159.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 252 123 109 0 0.51 0.57 0.01 5.87 0.96 0.71
Hex FC 7B 6D 0 33 39 1 6 60 47
Octal 374 173 155 0 63 71 1 6 140 107
Binary 11111100 1111011 1101101 0 110011 111001 1 110 1100000 1000111

Color Harmonies of #FC7B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B6D

Black with #FC7B6D

Text Example


Text Example

White with #FC7B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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