Html Css Color HEX #FC8B7B Salmon

📋 copy color: '#FC8B7B'

red 252 ◦ green 139 ◦ blue 123

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

Shades of Salmon #FC8B7B

Tints of Salmon #FC8B7B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.04%

 BLUE value IS 123 (48.44% from 255) = 23.93%

R = 49.03%
G = 27.04%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC8B7B (or 0xFC8B7B) is known color: Salmon. HEX triplet: FC, 8B and 7B. RGB value is (252,139,123). Sum of RGB (Red+Green+Blue) = 252+139+123=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8B7B is #037484. Grayscale: #ABABAB. Windows color (decimal): -226437 or 8096764. OLE color: 8096764.

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

Color convert

RGB 252 139 123 -
CMYK 0 0.45 0.51 0.01
HSL 7.44º 0.96% 0.74% -
HSV(B) 7.44º 0.51% 0.99% -
XYZ 52.95 40.59 23.78 -
YUV 170.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 252 139 123 0 0.45 0.51 0.01 7.44 0.96 0.74
Hex FC 8B 7B 0 2D 33 1 7 60 4A
Octal 374 213 173 0 55 63 1 7 140 112
Binary 11111100 10001011 1111011 0 101101 110011 1 111 1100000 1001010

Color Harmonies of #FC8B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8B7B

Black with #FC8B7B

Text Example


Text Example

White with #FC8B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8B7B; }

 p { color: rgb(252,139,123); }

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

background-color css

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

 a { background-color: rgb(252,139,123); }

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

border-color css

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

 span { border-color: rgb(252,139,123); }

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