#FEAC85

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

Shades of Light Salmon #FEAC85

Tints of Light Salmon #FEAC85

Color information

#FEAC85 (or 0xFEAC85) is unknown color: approx Light Salmon. HEX triplet: FE, AC and 85. RGB value is (254,172,133). Sum of RGB (Red+Green+Blue) = 254+172+133=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC85 is #01537A. Grayscale: #C0C0C0. Windows color (decimal): -86907 or 8760574. OLE color: 8760574.

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

Color convert

RGB254172133-
CMYK00.320.480.00
HSL19.34º98.37%75.88%-
HSV(B)19.34º47.64%99.61%-
XYZ59.8652.2729.12-
YUV192.0794.67172.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.44%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 133 (52.34% from 255) = 23.79%
R=45.44%
G=30.77%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417213300.320.480.0019.3498.3775.88
HexFEAC8502030013624c
Octal37625420504060023142114
Binary111111101010110010000101010000011000001001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAC85; }

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

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

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

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

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

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

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

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