Html Css Color HEX #FC7B6B Salmon

📋 copy color: '#FC7B6B'

red 252 ◦ green 123 ◦ blue 107

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

Shades of Salmon #FC7B6B

Tints of Salmon #FC7B6B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.52%

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

R = 52.28%
G = 25.52%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC7B6B (or 0xFC7B6B) is known color: Salmon. HEX triplet: FC, 7B and 6B. RGB value is (252,123,107). Sum of RGB (Red+Green+Blue) = 252+123+107=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B6B is #038494. Grayscale: #9F9F9F. Windows color (decimal): -230549 or 7044092. OLE color: 7044092.

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

Color convert

RGB 252 123 107 -
CMYK 0 0.51 0.58 0.01
HSL 6.62º 0.96% 0.7% -
HSV(B) 6.62º 0.58% 0.99% -
XYZ 49.88 35.92 18.21 -
YUV 159.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 252 123 107 0 0.51 0.58 0.01 6.62 0.96 0.7
Hex FC 7B 6B 0 33 3A 1 7 60 46
Octal 374 173 153 0 63 72 1 7 140 106
Binary 11111100 1111011 1101011 0 110011 111010 1 111 1100000 1000110

Color Harmonies of #FC7B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B6B

Black with #FC7B6B

Text Example


Text Example

White with #FC7B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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