Html Css Color HEX #FC7B6E Salmon

📋 copy color: '#FC7B6E'

red 252 ◦ green 123 ◦ blue 110

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

Shades of Salmon #FC7B6E

Tints of Salmon #FC7B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.68%

R = 51.96%
G = 25.36%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC7B6E (or 0xFC7B6E) is known color: Salmon. HEX triplet: FC, 7B and 6E. RGB value is (252,123,110). Sum of RGB (Red+Green+Blue) = 252+123+110=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B6E is #038491. Grayscale: #A0A0A0. Windows color (decimal): -230546 or 7240700. OLE color: 7240700.

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

Color convert

RGB 252 123 110 -
CMYK 0 0.51 0.56 0.01
HSL 5.49º 0.96% 0.71% -
HSV(B) 5.49º 0.56% 0.99% -
XYZ 50.04 35.99 19.06 -
YUV 160.09 99.74 193.56 -
System Red Green Blue C M Y K H S L
Decimal 252 123 110 0 0.51 0.56 0.01 5.49 0.96 0.71
Hex FC 7B 6E 0 33 38 1 5 60 47
Octal 374 173 156 0 63 70 1 5 140 107
Binary 11111100 1111011 1101110 0 110011 111000 1 101 1100000 1000111

Color Harmonies of #FC7B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B6E

Black with #FC7B6E

Text Example


Text Example

White with #FC7B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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