Html Css Color HEX #FB896B Salmon

📋 copy color: '#FB896B'

red 251 ◦ green 137 ◦ blue 107

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

Shades of Salmon #FB896B

Tints of Salmon #FB896B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.68%

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

R = 50.71%
G = 27.68%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FB896B (or 0xFB896B) is known color: Salmon. HEX triplet: FB, 89 and 6B. RGB value is (251,137,107). Sum of RGB (Red+Green+Blue) = 251+137+107=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB896B is #047694. Grayscale: #A7A7A7. Windows color (decimal): -292501 or 7047675. OLE color: 7047675.

HSL color Cylindrical-coordinate representation of color #FB896B: hue angle of 12.5º 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 #FB896B is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 137 107 -
CMYK 0 0.45 0.57 0.02
HSL 12.5º 0.95% 0.7% -
HSV(B) 12.5º 0.57% 0.98% -
XYZ 51.38 39.46 18.82 -
YUV 167.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 251 137 107 0 0.45 0.57 0.02 12.5 0.95 0.7
Hex FB 89 6B 0 2D 39 2 C 5F 46
Octal 373 211 153 0 55 71 2 14 137 106
Binary 11111011 10001001 1101011 0 101101 111001 10 1100 1011111 1000110

Color Harmonies of #FB896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB896B

Black with #FB896B

Text Example


Text Example

White with #FB896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB896B; }

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

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

background-color css

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

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

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

border-color css

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

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

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