Html Css Color HEX #FC7E6B Salmon

📋 copy color: '#FC7E6B'

red 252 ◦ green 126 ◦ blue 107

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

Shades of Salmon #FC7E6B

Tints of Salmon #FC7E6B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.98%

 BLUE value IS 107 (42.19% from 255) = 22.06%

R = 51.96%
G = 25.98%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC7E6B (or 0xFC7E6B) is known color: Salmon. HEX triplet: FC, 7E and 6B. RGB value is (252,126,107). Sum of RGB (Red+Green+Blue) = 252+126+107=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E6B is #038194. Grayscale: #A1A1A1. Windows color (decimal): -229781 or 7044860. OLE color: 7044860.

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

Color convert

RGB 252 126 107 -
CMYK 0 0.5 0.58 0.01
HSL 7.86º 0.96% 0.7% -
HSV(B) 7.86º 0.58% 0.99% -
XYZ 50.26 36.68 18.34 -
YUV 161.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 252 126 107 0 0.5 0.58 0.01 7.86 0.96 0.7
Hex FC 7E 6B 0 32 3A 1 8 60 46
Octal 374 176 153 0 62 72 1 10 140 106
Binary 11111100 1111110 1101011 0 110010 111010 1 1000 1100000 1000110

Color Harmonies of #FC7E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7E6B

Black with #FC7E6B

Text Example


Text Example

White with #FC7E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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