#FEAA85

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

Shades of Light Salmon #FEAA85

Tints of Light Salmon #FEAA85

Color information

#FEAA85 (or 0xFEAA85) is unknown color: approx Light Salmon. HEX triplet: FE, AA and 85. RGB value is (254,170,133). Sum of RGB (Red+Green+Blue) = 254+170+133=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAA85 is #01557A. Grayscale: #BFBFBF. Windows color (decimal): -87419 or 8760062. OLE color: 8760062.

HSL color Cylindrical-coordinate representation of color #FEAA85: hue angle of 18.35º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEAA85 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB254170133-
CMYK00.330.480.00
HSL18.35º98.37%75.88%-
HSV(B)18.35º47.64%99.61%-
XYZ59.4851.5129-
YUV190.995.33173.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.60%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 133 (52.34% from 255) = 23.88%
R=45.60%
G=30.52%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417013300.330.480.0018.3598.3775.88
HexFEAA8502130012624c
Octal37625220504160022142114
Binary111111101010101010000101010000111000001001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAA85; }

 p { color: rgb(254,170,133); }

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

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

 a { background-color: rgb(254,170,133); }

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

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

 span { border-color: rgb(254,170,133); }

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