#FE9B71

Color #FE9B71 Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #FE9B71

Tints of Light Salmon #FE9B71

Color information

#FE9B71 (or 0xFE9B71) is unknown color: approx Light Salmon. HEX triplet: FE, 9B and 71. RGB value is (254,155,113). Sum of RGB (Red+Green+Blue) = 254+155+113=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9B71 is #01648E. Grayscale: #B4B4B4. Windows color (decimal): -91279 or 7445502. OLE color: 7445502.

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

Color convert

RGB254155113-
CMYK00.390.560.00
HSL17.87º98.6%71.96%-
HSV(B)17.87º55.51%99.61%-
XYZ55.5845.7121.52-
YUV179.8190.3180.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.66%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 113 (44.53% from 255) = 21.65%
R=48.66%
G=29.69%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415511300.390.560.0017.8798.671.96
HexFE9B71027380126348
Octal37623316104770022143110
Binary11111110100110111110001010011111100001001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9B71; }

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

 H1.HeaderClassName
 {
   color: #FE9B71;
 }
 .AnyTagClassName
 {
   color: #FE9B71;
 }
</style>
background-color css

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

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

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

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

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

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