Html Css Color HEX #FEAD89 Light Salmon

📋 copy color: '#FEAD89'

red 254 ◦ green 173 ◦ blue 137

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

Shades of Light Salmon #FEAD89

Tints of Light Salmon #FEAD89

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.67%

 BLUE value IS 137 (53.91% from 255) = 24.29%

R = 45.04%
G = 30.67%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FEAD89 (or 0xFEAD89) is known color: Light Salmon. HEX triplet: FE, AD and 89. RGB value is (254,173,137). Sum of RGB (Red+Green+Blue) = 254+173+137=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 137 (53.91% from 255 or 24.29% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD89 is #015276. Grayscale: #C1C1C1. Windows color (decimal): -86647 or 9022974. OLE color: 9022974.

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

Color convert

RGB 254 173 137 -
CMYK 0 0.32 0.46 0.00
HSL 18.46º 0.98% 0.77% -
HSV(B) 18.46º 0.46% 1% -
XYZ 60.33 52.76 30.67 -
YUV 193.12 96.34 171.43 -
System Red Green Blue C M Y K H S L
Decimal 254 173 137 0 0.32 0.46 0.00 18.46 0.98 0.77
Hex FE AD 89 0 20 2E 0 12 62 4D
Octal 376 255 211 0 40 56 0 22 142 115
Binary 11111110 10101101 10001001 0 100000 101110 0 10010 1100010 1001101

Color Harmonies of #FEAD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD89

Black with #FEAD89

Text Example


Text Example

White with #FEAD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD89; }

 p { color: rgb(254,173,137); }

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

background-color css

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

 a { background-color: rgb(254,173,137); }

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

border-color css

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

 span { border-color: rgb(254,173,137); }

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