#FDA984

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

Shades of Light Salmon #FDA984

Tints of Light Salmon #FDA984

Color information

#FDA984 (or 0xFDA984) is unknown color: approx Light Salmon. HEX triplet: FD, A9 and 84. RGB value is (253,169,132). Sum of RGB (Red+Green+Blue) = 253+169+132=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 132 (51.95% from 255 or 23.83% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA984 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA984 is #02567B. Grayscale: #BEBEBE. Windows color (decimal): -153212 or 8694269. OLE color: 8694269.

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

Color convert

RGB253169132-
CMYK00.330.480.01
HSL18.35º96.8%75.49%-
HSV(B)18.35º47.83%99.22%-
XYZ58.8650.9228.56-
YUV189.995.33173.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.67%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 132 (51.95% from 255) = 23.83%
R=45.67%
G=30.51%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316913200.330.480.0118.3596.875.49
HexFDA98402130112614b
Octal37525120404160122141113
Binary111111011010100110000100010000111000011001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA984; }

 p { color: rgb(253,169,132); }

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

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

 a { background-color: rgb(253,169,132); }

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

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

 span { border-color: rgb(253,169,132); }

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