Html Css Color HEX #FE9F7D Light Salmon

📋 copy color: '#FE9F7D'

red 254 ◦ green 159 ◦ blue 125

#FE9F7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Salmon #FE9F7D

Tints of Light Salmon #FE9F7D

RGB

 RED value IS 254 (99.61% from 255) = 47.21%

 GREEN value IS 159 (62.5% from 255) = 29.55%

 BLUE value IS 125 (49.22% from 255) = 23.23%

R = 47.21%
G = 29.55%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE9F7D (or 0xFE9F7D) is known color: Light Salmon. HEX triplet: FE, 9F and 7D. RGB value is (254,159,125). Sum of RGB (Red+Green+Blue) = 254+159+125=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9F7D is #016082. Grayscale: #B7B7B7. Windows color (decimal): -90243 or 8232958. OLE color: 8232958.

HSL color Cylindrical-coordinate representation of color #FE9F7D: hue angle of 15.81º 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 #FE9F7D is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 159 125 -
CMYK 0 0.37 0.51 0.00
HSL 15.81º 0.98% 0.74% -
HSV(B) 15.81º 0.51% 1% -
XYZ 56.97 47.35 25.54 -
YUV 183.53 94.97 178.26 -
System Red Green Blue C M Y K H S L
Decimal 254 159 125 0 0.37 0.51 0.00 15.81 0.98 0.74
Hex FE 9F 7D 0 25 33 0 10 62 4A
Octal 376 237 175 0 45 63 0 20 142 112
Binary 11111110 10011111 1111101 0 100101 110011 0 10000 1100010 1001010

Color Harmonies of #FE9F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F7D

Black with #FE9F7D

Text Example


Text Example

White with #FE9F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F7D; }

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

 H1.HeaderClassName
 {
   color: #FE9F7D;
 }
 .AnyTagClassName
 {
   color: #FE9F7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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