Html Css Color HEX #FC7D7B Salmon

📋 copy color: '#FC7D7B'

red 252 ◦ green 125 ◦ blue 123

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

Shades of Salmon #FC7D7B

Tints of Salmon #FC7D7B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25%

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

R = 50.4%
G = 25%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC7D7B (or 0xFC7D7B) is known color: Salmon. HEX triplet: FC, 7D and 7B. RGB value is (252,125,123). Sum of RGB (Red+Green+Blue) = 252+125+123=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D7B is #038284. Grayscale: #A2A2A2. Windows color (decimal): -230021 or 8093180. OLE color: 8093180.

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

Color convert

RGB 252 125 123 -
CMYK 0 0.50 0.51 0.01
HSL 0.93º 0.96% 0.74% -
HSV(B) 0.93º 0.51% 0.99% -
XYZ 51.05 36.79 23.15 -
YUV 162.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 252 125 123 0 0.50 0.51 0.01 0.93 0.96 0.74
Hex FC 7D 7B 0 32 33 1 1 60 4A
Octal 374 175 173 0 62 63 1 1 140 112
Binary 11111100 1111101 1111011 0 110010 110011 1 1 1100000 1001010

Color Harmonies of #FC7D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D7B

Black with #FC7D7B

Text Example


Text Example

White with #FC7D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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