Html Css Color HEX #FE9E7E Light Salmon

📋 copy color: '#FE9E7E'

red 254 ◦ green 158 ◦ blue 126

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

Shades of Light Salmon #FE9E7E

Tints of Light Salmon #FE9E7E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.37%

 BLUE value IS 126 (49.61% from 255) = 23.42%

R = 47.21%
G = 29.37%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE9E7E (or 0xFE9E7E) is known color: Light Salmon. HEX triplet: FE, 9E and 7E. RGB value is (254,158,126). Sum of RGB (Red+Green+Blue) = 254+158+126=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E7E is #016181. Grayscale: #B7B7B7. Windows color (decimal): -90498 or 8298238. OLE color: 8298238.

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

Color convert

RGB 254 158 126 -
CMYK 0 0.38 0.50 0.00
HSL 15º 0.98% 0.75% -
HSV(B) 15º 0.5% 1% -
XYZ 56.87 47.03 25.82 -
YUV 183.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 254 158 126 0 0.38 0.50 0.00 15 0.98 0.75
Hex FE 9E 7E 0 26 32 0 F 62 4B
Octal 376 236 176 0 46 62 0 17 142 113
Binary 11111110 10011110 1111110 0 100110 110010 0 1111 1100010 1001011

Color Harmonies of #FE9E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9E7E

Black with #FE9E7E

Text Example


Text Example

White with #FE9E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9E7E; }

 p { color: rgb(254,158,126); }

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

background-color css

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

 a { background-color: rgb(254,158,126); }

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

border-color css

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

 span { border-color: rgb(254,158,126); }

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