Html Css Color HEX #FB7E7A Salmon

📋 copy color: '#FB7E7A'

red 251 ◦ green 126 ◦ blue 122

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

Shades of Salmon #FB7E7A

Tints of Salmon #FB7E7A

RGB

 RED value IS 251 (98.44% from 255) = 50.3%

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

 BLUE value IS 122 (48.05% from 255) = 24.45%

R = 50.3%
G = 25.25%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB7E7A (or 0xFB7E7A) is known color: Salmon. HEX triplet: FB, 7E and 7A. RGB value is (251,126,122). Sum of RGB (Red+Green+Blue) = 251+126+122=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7E7A is #048185. Grayscale: #A3A3A3. Windows color (decimal): -295302 or 8027899. OLE color: 8027899.

HSL color Cylindrical-coordinate representation of color #FB7E7A: hue angle of 1.86º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7E7A is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 126 122 -
CMYK 0 0.50 0.51 0.02
HSL 1.86º 0.94% 0.73% -
HSV(B) 1.86º 0.51% 0.98% -
XYZ 50.76 36.84 22.85 -
YUV 162.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 251 126 122 0 0.50 0.51 0.02 1.86 0.94 0.73
Hex FB 7E 7A 0 32 33 2 2 5E 49
Octal 373 176 172 0 62 63 2 2 136 111
Binary 11111011 1111110 1111010 0 110010 110011 10 10 1011110 1001001

Color Harmonies of #FB7E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7E7A

Black with #FB7E7A

Text Example


Text Example

White with #FB7E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7E7A; }

 p { color: rgb(251,126,122); }

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

background-color css

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

 a { background-color: rgb(251,126,122); }

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

border-color css

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

 span { border-color: rgb(251,126,122); }

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