Html Css Color HEX #FB7B6B Salmon

📋 copy color: '#FB7B6B'

red 251 ◦ green 123 ◦ blue 107

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

Shades of Salmon #FB7B6B

Tints of Salmon #FB7B6B

RGB

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

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

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

R = 52.18%
G = 25.57%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FB7B6B (or 0xFB7B6B) is known color: Salmon. HEX triplet: FB, 7B and 6B. RGB value is (251,123,107). Sum of RGB (Red+Green+Blue) = 251+123+107=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B6B is #048494. Grayscale: #9F9F9F. Windows color (decimal): -296085 or 7044091. OLE color: 7044091.

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

Color convert

RGB 251 123 107 -
CMYK 0 0.51 0.57 0.02
HSL 6.67º 0.95% 0.7% -
HSV(B) 6.67º 0.57% 0.98% -
XYZ 49.52 35.74 18.2 -
YUV 159.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 251 123 107 0 0.51 0.57 0.02 6.67 0.95 0.7
Hex FB 7B 6B 0 33 39 2 7 5F 46
Octal 373 173 153 0 63 71 2 7 137 106
Binary 11111011 1111011 1101011 0 110011 111001 10 111 1011111 1000110

Color Harmonies of #FB7B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7B6B

Black with #FB7B6B

Text Example


Text Example

White with #FB7B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7B6B; }

 p { color: rgb(251,123,107); }

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

background-color css

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

 a { background-color: rgb(251,123,107); }

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

border-color css

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

 span { border-color: rgb(251,123,107); }

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