Html Css Color HEX #FB7B6A Salmon

📋 copy color: '#FB7B6A'

red 251 ◦ green 123 ◦ blue 106

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

Shades of Salmon #FB7B6A

Tints of Salmon #FB7B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.08%

R = 52.29%
G = 25.63%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FB7B6A (or 0xFB7B6A) is known color: Salmon. HEX triplet: FB, 7B and 6A. RGB value is (251,123,106). Sum of RGB (Red+Green+Blue) = 251+123+106=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B6A is #048495. Grayscale: #9F9F9F. Windows color (decimal): -296086 or 6978555. OLE color: 6978555.

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

Color convert

RGB 251 123 106 -
CMYK 0 0.51 0.58 0.02
HSL 7.03º 0.95% 0.7% -
HSV(B) 7.03º 0.58% 0.98% -
XYZ 49.47 35.72 17.92 -
YUV 159.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 251 123 106 0 0.51 0.58 0.02 7.03 0.95 0.7
Hex FB 7B 6A 0 33 3A 2 7 5F 46
Octal 373 173 152 0 63 72 2 7 137 106
Binary 11111011 1111011 1101010 0 110011 111010 10 111 1011111 1000110

Color Harmonies of #FB7B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7B6A

Black with #FB7B6A

Text Example


Text Example

White with #FB7B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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