Html Css Color HEX #FC887C Salmon

📋 copy color: '#FC887C'

red 252 ◦ green 136 ◦ blue 124

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

Shades of Salmon #FC887C

Tints of Salmon #FC887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.56%

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

R = 49.22%
G = 26.56%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC887C (or 0xFC887C) is known color: Salmon. HEX triplet: FC, 88 and 7C. RGB value is (252,136,124). Sum of RGB (Red+Green+Blue) = 252+136+124=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC887C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC887C is #037783. Grayscale: #A9A9A9. Windows color (decimal): -227204 or 8161532. OLE color: 8161532.

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

Color convert

RGB 252 136 124 -
CMYK 0 0.46 0.51 0.01
HSL 5.63º 0.96% 0.74% -
HSV(B) 5.63º 0.51% 0.99% -
XYZ 52.59 39.76 23.97 -
YUV 169.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 252 136 124 0 0.46 0.51 0.01 5.63 0.96 0.74
Hex FC 88 7C 0 2E 33 1 6 60 4A
Octal 374 210 174 0 56 63 1 6 140 112
Binary 11111100 10001000 1111100 0 101110 110011 1 110 1100000 1001010

Color Harmonies of #FC887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC887C

Black with #FC887C

Text Example


Text Example

White with #FC887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC887C; }

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

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

background-color css

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

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

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

border-color css

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

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

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