Html Css Color HEX #FEAD86 Light Salmon

📋 copy color: '#FEAD86'

red 254 ◦ green 173 ◦ blue 134

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

Shades of Light Salmon #FEAD86

Tints of Light Salmon #FEAD86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.89%

R = 45.28%
G = 30.84%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEAD86 (or 0xFEAD86) is known color: Light Salmon. HEX triplet: FE, AD and 86. RGB value is (254,173,134). Sum of RGB (Red+Green+Blue) = 254+173+134=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD86 is #015279. Grayscale: #C1C1C1. Windows color (decimal): -86650 or 8826366. OLE color: 8826366.

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

Color convert

RGB 254 173 134 -
CMYK 0 0.32 0.47 0.00
HSL 19.5º 0.98% 0.76% -
HSV(B) 19.5º 0.47% 1% -
XYZ 60.12 52.68 29.55 -
YUV 192.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 254 173 134 0 0.32 0.47 0.00 19.5 0.98 0.76
Hex FE AD 86 0 20 2F 0 14 62 4C
Octal 376 255 206 0 40 57 0 24 142 114
Binary 11111110 10101101 10000110 0 100000 101111 0 10100 1100010 1001100

Color Harmonies of #FEAD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD86

Black with #FEAD86

Text Example


Text Example

White with #FEAD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD86; }

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

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

background-color css

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

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

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

border-color css

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

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

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