Html Css Color HEX #FD7D7C Salmon

📋 copy color: '#FD7D7C'

red 253 ◦ green 125 ◦ blue 124

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

Shades of Salmon #FD7D7C

Tints of Salmon #FD7D7C

RGB

 RED value IS 253 (99.22% from 255) = 50.4%

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

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

R = 50.4%
G = 24.9%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD7D7C (or 0xFD7D7C) is known color: Salmon. HEX triplet: FD, 7D and 7C. RGB value is (253,125,124). Sum of RGB (Red+Green+Blue) = 253+125+124=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7D7C is #028283. Grayscale: #A3A3A3. Windows color (decimal): -164484 or 8158717. OLE color: 8158717.

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

Color convert

RGB 253 125 124 -
CMYK 0 0.51 0.51 0.01
HSL 0.47º 0.97% 0.74% -
HSV(B) 0.47º 0.51% 0.99% -
XYZ 51.48 37.01 23.5 -
YUV 163.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 253 125 124 0 0.51 0.51 0.01 0.47 0.97 0.74
Hex FD 7D 7C 0 33 33 1 0 61 4A
Octal 375 175 174 0 63 63 1 0 141 112
Binary 11111101 1111101 1111100 0 110011 110011 1 0 1100001 1001010

Color Harmonies of #FD7D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7D7C

Black with #FD7D7C

Text Example


Text Example

White with #FD7D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7D7C; }

 p { color: rgb(253,125,124); }

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

background-color css

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

 a { background-color: rgb(253,125,124); }

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

border-color css

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

 span { border-color: rgb(253,125,124); }

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