#FE9D7D

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

Shades of Light Salmon #FE9D7D

Tints of Light Salmon #FE9D7D

Color information

#FE9D7D (or 0xFE9D7D) is unknown color: approx Light Salmon. HEX triplet: FE, 9D and 7D. RGB value is (254,157,125). Sum of RGB (Red+Green+Blue) = 254+157+125=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9D7D is #016282. Grayscale: #B6B6B6. Windows color (decimal): -90755 or 8232446. OLE color: 8232446.

HSL color Cylindrical-coordinate representation of color #FE9D7D: hue angle of 14.88º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE9D7D is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB254157125-
CMYK00.380.510.00
HSL14.88º98.47%74.31%-
HSV(B)14.88º50.79%99.61%-
XYZ56.6346.6725.42-
YUV182.3695.64179.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.39%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=47.39%
G=29.29%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415712500.380.510.0014.8898.4774.31
HexFE9D7D026330f624a
Octal37623517504663017142112
Binary1111111010011101111110101001101100110111111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9D7D; }

 p { color: rgb(254,157,125); }

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

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

 a { background-color: rgb(254,157,125); }

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

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

 span { border-color: rgb(254,157,125); }

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