#FFAE88

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

Shades of Light Salmon #FFAE88

Tints of Light Salmon #FFAE88

Color information

#FFAE88 (or 0xFFAE88) is unknown color: approx Light Salmon. HEX triplet: FF, AE and 88. RGB value is (255,174,136). Sum of RGB (Red+Green+Blue) = 255+174+136=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE88 is #005177. Grayscale: #C2C2C2. Windows color (decimal): -20856 or 8957695. OLE color: 8957695.

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

Color convert

RGB255174136-
CMYK00.320.470
HSL19.16º100%76.67%-
HSV(B)19.16º46.67%100%-
XYZ60.8253.3130.38-
YUV193.8995.34171.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 136 (53.52% from 255) = 24.07%
R=45.13%
G=30.80%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517413600.320.47019.1610076.67
HexFFAE880202F013644d
Octal37725621004057023144115
Binary111111111010111010001000010000010111101001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE88; }

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

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

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

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

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

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

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

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