Html Css Color HEX #FC896B Salmon

📋 copy color: '#FC896B'

red 252 ◦ green 137 ◦ blue 107

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

Shades of Salmon #FC896B

Tints of Salmon #FC896B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.57%

R = 50.81%
G = 27.62%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC896B (or 0xFC896B) is known color: Salmon. HEX triplet: FC, 89 and 6B. RGB value is (252,137,107). Sum of RGB (Red+Green+Blue) = 252+137+107=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC896B is #037694. Grayscale: #A8A8A8. Windows color (decimal): -226965 or 7047676. OLE color: 7047676.

HSL color Cylindrical-coordinate representation of color #FC896B: hue angle of 12.41º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC896B is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 137 107 -
CMYK 0 0.46 0.58 0.01
HSL 12.41º 0.96% 0.7% -
HSV(B) 12.41º 0.58% 0.99% -
XYZ 51.74 39.65 18.84 -
YUV 167.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 252 137 107 0 0.46 0.58 0.01 12.41 0.96 0.7
Hex FC 89 6B 0 2E 3A 1 C 60 46
Octal 374 211 153 0 56 72 1 14 140 106
Binary 11111100 10001001 1101011 0 101110 111010 1 1100 1100000 1000110

Color Harmonies of #FC896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC896B

Black with #FC896B

Text Example


Text Example

White with #FC896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC896B; }

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

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

background-color css

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

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

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

border-color css

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

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

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