Html Css Color HEX #FC857C Salmon

📋 copy color: '#FC857C'

red 252 ◦ green 133 ◦ blue 124

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

Shades of Salmon #FC857C

Tints of Salmon #FC857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.13%

 BLUE value IS 124 (48.83% from 255) = 24.36%

R = 49.51%
G = 26.13%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC857C (or 0xFC857C) is known color: Salmon. HEX triplet: FC, 85 and 7C. RGB value is (252,133,124). Sum of RGB (Red+Green+Blue) = 252+133+124=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC857C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC857C is #037A83. Grayscale: #A7A7A7. Windows color (decimal): -227972 or 8160764. OLE color: 8160764.

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

Color convert

RGB 252 133 124 -
CMYK 0 0.47 0.51 0.01
HSL 4.22º 0.96% 0.74% -
HSV(B) 4.22º 0.51% 0.99% -
XYZ 52.17 38.93 23.83 -
YUV 167.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 252 133 124 0 0.47 0.51 0.01 4.22 0.96 0.74
Hex FC 85 7C 0 2F 33 1 4 60 4A
Octal 374 205 174 0 57 63 1 4 140 112
Binary 11111100 10000101 1111100 0 101111 110011 1 100 1100000 1001010

Color Harmonies of #FC857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC857C

Black with #FC857C

Text Example


Text Example

White with #FC857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC857C; }

 p { color: rgb(252,133,124); }

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

background-color css

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

 a { background-color: rgb(252,133,124); }

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

border-color css

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

 span { border-color: rgb(252,133,124); }

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