Html Css Color HEX #FC816C Salmon

📋 copy color: '#FC816C'

red 252 ◦ green 129 ◦ blue 108

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

Shades of Salmon #FC816C

Tints of Salmon #FC816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.38%

 BLUE value IS 108 (42.58% from 255) = 22.09%

R = 51.53%
G = 26.38%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC816C (or 0xFC816C) is known color: Salmon. HEX triplet: FC, 81 and 6C. RGB value is (252,129,108). Sum of RGB (Red+Green+Blue) = 252+129+108=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC816C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC816C is #037E93. Grayscale: #A3A3A3. Windows color (decimal): -229012 or 7111164. OLE color: 7111164.

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

Color convert

RGB 252 129 108 -
CMYK 0 0.49 0.57 0.01
HSL 8.75º 0.96% 0.71% -
HSV(B) 8.75º 0.57% 0.99% -
XYZ 50.7 37.48 18.75 -
YUV 163.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 252 129 108 0 0.49 0.57 0.01 8.75 0.96 0.71
Hex FC 81 6C 0 31 39 1 9 60 47
Octal 374 201 154 0 61 71 1 11 140 107
Binary 11111100 10000001 1101100 0 110001 111001 1 1001 1100000 1000111

Color Harmonies of #FC816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC816C

Black with #FC816C

Text Example


Text Example

White with #FC816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC816C; }

 p { color: rgb(252,129,108); }

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

background-color css

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

 a { background-color: rgb(252,129,108); }

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

border-color css

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

 span { border-color: rgb(252,129,108); }

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