Html Css Color HEX #FE897F Salmon

📋 copy color: '#FE897F'

red 254 ◦ green 137 ◦ blue 127

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

Shades of Salmon #FE897F

Tints of Salmon #FE897F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.45%

 BLUE value IS 127 (50% from 255) = 24.52%

R = 49.03%
G = 26.45%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE897F (or 0xFE897F) is known color: Salmon. HEX triplet: FE, 89 and 7F. RGB value is (254,137,127). Sum of RGB (Red+Green+Blue) = 254+137+127=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE897F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE897F is #017680. Grayscale: #ABABAB. Windows color (decimal): -95873 or 8358398. OLE color: 8358398.

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

Color convert

RGB 254 137 127 -
CMYK 0 0.46 0.50 0.00
HSL 4.72º 0.98% 0.75% -
HSV(B) 4.72º 0.5% 1% -
XYZ 53.65 40.49 25.07 -
YUV 170.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 254 137 127 0 0.46 0.50 0.00 4.72 0.98 0.75
Hex FE 89 7F 0 2E 32 0 5 62 4B
Octal 376 211 177 0 56 62 0 5 142 113
Binary 11111110 10001001 1111111 0 101110 110010 0 101 1100010 1001011

Color Harmonies of #FE897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE897F

Black with #FE897F

Text Example


Text Example

White with #FE897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE897F; }

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

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

background-color css

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

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

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

border-color css

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

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

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