Html Css Color HEX #FC897F Salmon

📋 copy color: '#FC897F'

red 252 ◦ green 137 ◦ blue 127

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

Shades of Salmon #FC897F

Tints of Salmon #FC897F

RGB

 RED value IS 252 (98.83% from 255) = 48.84%

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

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

R = 48.84%
G = 26.55%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC897F (or 0xFC897F) is known color: Salmon. HEX triplet: FC, 89 and 7F. RGB value is (252,137,127). Sum of RGB (Red+Green+Blue) = 252+137+127=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC897F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC897F is #037680. Grayscale: #AAAAAA. Windows color (decimal): -226945 or 8358396. OLE color: 8358396.

HSL color Cylindrical-coordinate representation of color #FC897F: hue angle of 4.8º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC897F is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 137 127 -
CMYK 0 0.46 0.50 0.01
HSL 4.8º 0.95% 0.74% -
HSV(B) 4.8º 0.5% 0.99% -
XYZ 52.92 40.12 25.03 -
YUV 170.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 252 137 127 0 0.46 0.50 0.01 4.8 0.95 0.74
Hex FC 89 7F 0 2E 32 1 5 5F 4A
Octal 374 211 177 0 56 62 1 5 137 112
Binary 11111100 10001001 1111111 0 101110 110010 1 101 1011111 1001010

Color Harmonies of #FC897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC897F

Black with #FC897F

Text Example


Text Example

White with #FC897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC897F; }

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

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

background-color css

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

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

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

border-color css

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

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

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