Html Css Color HEX #FE9B77 Light Salmon

📋 copy color: '#FE9B77'

red 254 ◦ green 155 ◦ blue 119

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

Shades of Light Salmon #FE9B77

Tints of Light Salmon #FE9B77

RGB

 RED value IS 254 (99.61% from 255) = 48.11%

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

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

R = 48.11%
G = 29.36%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE9B77 (or 0xFE9B77) is known color: Light Salmon. HEX triplet: FE, 9B and 77. RGB value is (254,155,119). Sum of RGB (Red+Green+Blue) = 254+155+119=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9B77 is #016488. Grayscale: #B4B4B4. Windows color (decimal): -91273 or 7838718. OLE color: 7838718.

HSL color Cylindrical-coordinate representation of color #FE9B77: hue angle of 16º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE9B77 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 155 119 -
CMYK 0 0.39 0.53 0.00
HSL 16º 0.99% 0.73% -
HSV(B) 16º 0.53% 1% -
XYZ 55.92 45.85 23.35 -
YUV 180.5 93.3 180.43 -
System Red Green Blue C M Y K H S L
Decimal 254 155 119 0 0.39 0.53 0.00 16 0.99 0.73
Hex FE 9B 77 0 27 35 0 10 63 49
Octal 376 233 167 0 47 65 0 20 143 111
Binary 11111110 10011011 1110111 0 100111 110101 0 10000 1100011 1001001

Color Harmonies of #FE9B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9B77

Black with #FE9B77

Text Example


Text Example

White with #FE9B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9B77; }

 p { color: rgb(254,155,119); }

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

background-color css

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

 a { background-color: rgb(254,155,119); }

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

border-color css

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

 span { border-color: rgb(254,155,119); }

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