Html Css Color HEX #FB9B7A Light Salmon

📋 copy color: '#FB9B7A'

red 251 ◦ green 155 ◦ blue 122

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

Shades of Light Salmon #FB9B7A

Tints of Light Salmon #FB9B7A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.36%

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

R = 47.54%
G = 29.36%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB9B7A (or 0xFB9B7A) is known color: Light Salmon. HEX triplet: FB, 9B and 7A. RGB value is (251,155,122). Sum of RGB (Red+Green+Blue) = 251+155+122=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9B7A is #046485. Grayscale: #B4B4B4. Windows color (decimal): -287878 or 8035323. OLE color: 8035323.

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

Color convert

RGB 251 155 122 -
CMYK 0 0.38 0.51 0.02
HSL 15.35º 0.94% 0.73% -
HSV(B) 15.35º 0.51% 0.98% -
XYZ 55.02 45.36 24.27 -
YUV 179.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 251 155 122 0 0.38 0.51 0.02 15.35 0.94 0.73
Hex FB 9B 7A 0 26 33 2 F 5E 49
Octal 373 233 172 0 46 63 2 17 136 111
Binary 11111011 10011011 1111010 0 100110 110011 10 1111 1011110 1001001

Color Harmonies of #FB9B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9B7A

Black with #FB9B7A

Text Example


Text Example

White with #FB9B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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