#FFAE89

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

Shades of Light Salmon #FFAE89

Tints of Light Salmon #FFAE89

Color information

#FFAE89 (or 0xFFAE89) is unknown color: approx Light Salmon. HEX triplet: FF, AE and 89. RGB value is (255,174,137). Sum of RGB (Red+Green+Blue) = 255+174+137=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 137 (53.91% from 255 or 24.20% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE89 is #005176. Grayscale: #C2C2C2. Windows color (decimal): -20855 or 9023231. OLE color: 9023231.

HSL color Cylindrical-coordinate representation of color #FFAE89: hue angle of 18.81º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFAE89 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB255174137-
CMYK00.320.460
HSL18.81º100%76.86%-
HSV(B)18.81º46.27%100%-
XYZ60.8953.3430.75-
YUV19495.84171.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.05%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 137 (53.91% from 255) = 24.20%
R=45.05%
G=30.74%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517413700.320.46018.8110076.86
HexFFAE890202E013644d
Octal37725621104056023144115
Binary111111111010111010001001010000010111001001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE89; }

 p { color: rgb(255,174,137); }

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

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

 a { background-color: rgb(255,174,137); }

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

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

 span { border-color: rgb(255,174,137); }

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