#FDA688

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

Shades of Light Salmon #FDA688

Tints of Light Salmon #FDA688

Color information

#FDA688 (or 0xFDA688) is unknown color: approx Light Salmon. HEX triplet: FD, A6 and 88. RGB value is (253,166,136). Sum of RGB (Red+Green+Blue) = 253+166+136=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA688 is #025977. Grayscale: #BCBCBC. Windows color (decimal): -153976 or 8955645. OLE color: 8955645.

HSL color Cylindrical-coordinate representation of color #FDA688: hue angle of 15.38º 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 #FDA688 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB253166136-
CMYK00.340.460.01
HSL15.38º96.69%76.27%-
HSV(B)15.38º46.25%99.22%-
XYZ58.5949.9329.84-
YUV188.5998.32173.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.59%
GREEN value IS 166 (65.23% from 255) = 29.91%
BLUE value IS 136 (53.52% from 255) = 24.50%
R=45.59%
G=29.91%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316613600.340.460.0115.3896.6976.27
HexFDA6880222E1f614c
Octal37524621004256117141114
Binary11111101101001101000100001000101011101111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA688; }

 p { color: rgb(253,166,136); }

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

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

 a { background-color: rgb(253,166,136); }

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

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

 span { border-color: rgb(253,166,136); }

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