Html Css Color HEX #FB847B Salmon

📋 copy color: '#FB847B'

red 251 ◦ green 132 ◦ blue 123

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

Shades of Salmon #FB847B

Tints of Salmon #FB847B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.09%

 BLUE value IS 123 (48.44% from 255) = 24.31%

R = 49.6%
G = 26.09%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB847B (or 0xFB847B) is known color: Salmon. HEX triplet: FB, 84 and 7B. RGB value is (251,132,123). Sum of RGB (Red+Green+Blue) = 251+132+123=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB847B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB847B is #047B84. Grayscale: #A6A6A6. Windows color (decimal): -293765 or 8094971. OLE color: 8094971.

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

Color convert

RGB 251 132 123 -
CMYK 0 0.47 0.51 0.02
HSL 4.22º 0.94% 0.73% -
HSV(B) 4.22º 0.51% 0.98% -
XYZ 51.61 38.44 23.44 -
YUV 166.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 251 132 123 0 0.47 0.51 0.02 4.22 0.94 0.73
Hex FB 84 7B 0 2F 33 2 4 5E 49
Octal 373 204 173 0 57 63 2 4 136 111
Binary 11111011 10000100 1111011 0 101111 110011 10 100 1011110 1001001

Color Harmonies of #FB847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB847B

Black with #FB847B

Text Example


Text Example

White with #FB847B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB847B; }

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

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

background-color css

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

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

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

border-color css

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

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

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