#FEAC84

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

Shades of Light Salmon #FEAC84

Tints of Light Salmon #FEAC84

Color information

#FEAC84 (or 0xFEAC84) is unknown color: approx Light Salmon. HEX triplet: FE, AC and 84. RGB value is (254,172,132). Sum of RGB (Red+Green+Blue) = 254+172+132=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC84 is #01537B. Grayscale: #C0C0C0. Windows color (decimal): -86908 or 8695038. OLE color: 8695038.

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

Color convert

RGB254172132-
CMYK00.320.480.00
HSL19.67º98.39%75.69%-
HSV(B)19.67º48.03%99.61%-
XYZ59.7952.2428.76-
YUV191.9694.17172.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.52%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 132 (51.95% from 255) = 23.66%
R=45.52%
G=30.82%
B=23.66%

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
Decimal25417213200.320.480.0019.6798.3975.69
HexFEAC8402030014624c
Octal37625420404060024142114
Binary111111101010110010000100010000011000001010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAC84; }

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

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

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

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

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

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

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

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