#FDA884

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

Shades of Light Salmon #FDA884

Tints of Light Salmon #FDA884

Color information

#FDA884 (or 0xFDA884) is unknown color: approx Light Salmon. HEX triplet: FD, A8 and 84. RGB value is (253,168,132). Sum of RGB (Red+Green+Blue) = 253+168+132=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA884 is #02577B. Grayscale: #BDBDBD. Windows color (decimal): -153468 or 8694013. OLE color: 8694013.

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

Color convert

RGB253168132-
CMYK00.340.480.01
HSL17.85º96.8%75.49%-
HSV(B)17.85º47.83%99.22%-
XYZ58.6850.5528.5-
YUV189.3195.66173.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.75%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 132 (51.95% from 255) = 23.87%
R=45.75%
G=30.38%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316813200.340.480.0117.8596.875.49
HexFDA88402230112614b
Octal37525020404260122141113
Binary111111011010100010000100010001011000011001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA884; }

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

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

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

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

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

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

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

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