#FEA985

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

Shades of Light Salmon #FEA985

Tints of Light Salmon #FEA985

Color information

#FEA985 (or 0xFEA985) is unknown color: approx Light Salmon. HEX triplet: FE, A9 and 85. RGB value is (254,169,133). Sum of RGB (Red+Green+Blue) = 254+169+133=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA985 is #01567A. Grayscale: #BEBEBE. Windows color (decimal): -87675 or 8759806. OLE color: 8759806.

HSL color Cylindrical-coordinate representation of color #FEA985: hue angle of 17.85º 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 #FEA985 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB254169133-
CMYK00.330.480.00
HSL17.85º98.37%75.88%-
HSV(B)17.85º47.64%99.61%-
XYZ59.2951.1428.94-
YUV190.3195.66173.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.68%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 133 (52.34% from 255) = 23.92%
R=45.68%
G=30.40%
B=23.92%

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
Decimal25416913300.330.480.0017.8598.3775.88
HexFEA98502130012624c
Octal37625120504160022142114
Binary111111101010100110000101010000111000001001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA985; }

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

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

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

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

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

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

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

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