Html Css Color HEX #FB9E77 Light Salmon

📋 copy color: '#FB9E77'

red 251 ◦ green 158 ◦ blue 119

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

Shades of Light Salmon #FB9E77

Tints of Light Salmon #FB9E77

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.92%

 BLUE value IS 119 (46.88% from 255) = 22.54%

R = 47.54%
G = 29.92%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB9E77 (or 0xFB9E77) is known color: Light Salmon. HEX triplet: FB, 9E and 77. RGB value is (251,158,119). Sum of RGB (Red+Green+Blue) = 251+158+119=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9E77 is #046188. Grayscale: #B5B5B5. Windows color (decimal): -287113 or 7839483. OLE color: 7839483.

HSL color Cylindrical-coordinate representation of color #FB9E77: hue angle of 17.73º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB9E77 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 158 119 -
CMYK 0 0.37 0.53 0.02
HSL 17.73º 0.94% 0.73% -
HSV(B) 17.73º 0.53% 0.98% -
XYZ 55.34 46.29 23.47 -
YUV 181.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 251 158 119 0 0.37 0.53 0.02 17.73 0.94 0.73
Hex FB 9E 77 0 25 35 2 12 5E 49
Octal 373 236 167 0 45 65 2 22 136 111
Binary 11111011 10011110 1110111 0 100101 110101 10 10010 1011110 1001001

Color Harmonies of #FB9E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9E77

Black with #FB9E77

Text Example


Text Example

White with #FB9E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9E77; }

 p { color: rgb(251,158,119); }

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

background-color css

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

 a { background-color: rgb(251,158,119); }

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

border-color css

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

 span { border-color: rgb(251,158,119); }

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