Html Css Color HEX #FEA884 Light Salmon

📋 copy color: '#FEA884'

red 254 ◦ green 168 ◦ blue 132

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

Shades of Light Salmon #FEA884

Tints of Light Salmon #FEA884

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.32%

 BLUE value IS 132 (51.95% from 255) = 23.83%

R = 45.85%
G = 30.32%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEA884 (or 0xFEA884) is known color: Light Salmon. HEX triplet: FE, A8 and 84. RGB value is (254,168,132). Sum of RGB (Red+Green+Blue) = 254+168+132=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 132 (51.95% from 255 or 23.83% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA884 is #01577B. Grayscale: #BDBDBD. Windows color (decimal): -87932 or 8694014. OLE color: 8694014.

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

Color convert

RGB 254 168 132 -
CMYK 0 0.34 0.48 0.00
HSL 17.7º 0.98% 0.76% -
HSV(B) 17.7º 0.48% 1% -
XYZ 59.04 50.74 28.51 -
YUV 189.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 254 168 132 0 0.34 0.48 0.00 17.7 0.98 0.76
Hex FE A8 84 0 22 30 0 12 62 4C
Octal 376 250 204 0 42 60 0 22 142 114
Binary 11111110 10101000 10000100 0 100010 110000 0 10010 1100010 1001100

Color Harmonies of #FEA884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA884

Black with #FEA884

Text Example


Text Example

White with #FEA884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA884; }

 p { color: rgb(254,168,132); }

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

background-color css

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

 a { background-color: rgb(254,168,132); }

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

border-color css

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

 span { border-color: rgb(254,168,132); }

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