Html Css Color HEX #FC7D6B Salmon

📋 copy color: '#FC7D6B'

red 252 ◦ green 125 ◦ blue 107

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

Shades of Salmon #FC7D6B

Tints of Salmon #FC7D6B

RGB

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

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

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

R = 52.07%
G = 25.83%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC7D6B (or 0xFC7D6B) is known color: Salmon. HEX triplet: FC, 7D and 6B. RGB value is (252,125,107). Sum of RGB (Red+Green+Blue) = 252+125+107=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D6B is #038294. Grayscale: #A1A1A1. Windows color (decimal): -230037 or 7044604. OLE color: 7044604.

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

Color convert

RGB 252 125 107 -
CMYK 0 0.50 0.58 0.01
HSL 7.45º 0.96% 0.7% -
HSV(B) 7.45º 0.58% 0.99% -
XYZ 50.13 36.42 18.3 -
YUV 160.92 97.58 192.96 -
System Red Green Blue C M Y K H S L
Decimal 252 125 107 0 0.50 0.58 0.01 7.45 0.96 0.7
Hex FC 7D 6B 0 32 3A 1 7 60 46
Octal 374 175 153 0 62 72 1 7 140 106
Binary 11111100 1111101 1101011 0 110010 111010 1 111 1100000 1000110

Color Harmonies of #FC7D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D6B

Black with #FC7D6B

Text Example


Text Example

White with #FC7D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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