#FDAD89

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

Shades of Light Salmon #FDAD89

Tints of Light Salmon #FDAD89

Color information

#FDAD89 (or 0xFDAD89) is unknown color: approx Light Salmon. HEX triplet: FD, AD and 89. RGB value is (253,173,137). Sum of RGB (Red+Green+Blue) = 253+173+137=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 137 (53.91% from 255 or 24.33% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAD89 is #025276. Grayscale: #C1C1C1. Windows color (decimal): -152183 or 9022973. OLE color: 9022973.

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

Color convert

RGB253173137-
CMYK00.320.460.01
HSL18.62º96.67%76.47%-
HSV(B)18.62º45.85%99.22%-
XYZ59.9752.5830.65-
YUV192.8296.5170.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 137 (53.91% from 255) = 24.33%
R=44.94%
G=30.73%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317313700.320.460.0118.6296.6776.47
HexFDAD890202E113614c
Octal37525521104056123141114
Binary111111011010110110001001010000010111011001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAD89; }

 p { color: rgb(253,173,137); }

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

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

 a { background-color: rgb(253,173,137); }

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

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

 span { border-color: rgb(253,173,137); }

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