Html Css Color HEX #FEAA7E Light Salmon

📋 copy color: '#FEAA7E'

red 254 ◦ green 170 ◦ blue 126

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

Shades of Light Salmon #FEAA7E

Tints of Light Salmon #FEAA7E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.91%

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

R = 46.18%
G = 30.91%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEAA7E (or 0xFEAA7E) is known color: Light Salmon. HEX triplet: FE, AA and 7E. RGB value is (254,170,126). Sum of RGB (Red+Green+Blue) = 254+170+126=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA7E is #015581. Grayscale: #BEBEBE. Windows color (decimal): -87426 or 8301310. OLE color: 8301310.

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

Color convert

RGB 254 170 126 -
CMYK 0 0.33 0.50 0.00
HSL 20.63º 0.98% 0.75% -
HSV(B) 20.63º 0.5% 1% -
XYZ 59.01 51.33 26.54 -
YUV 190.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 254 170 126 0 0.33 0.50 0.00 20.63 0.98 0.75
Hex FE AA 7E 0 21 32 0 15 62 4B
Octal 376 252 176 0 41 62 0 25 142 113
Binary 11111110 10101010 1111110 0 100001 110010 0 10101 1100010 1001011

Color Harmonies of #FEAA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA7E

Black with #FEAA7E

Text Example


Text Example

White with #FEAA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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