Html Css Color HEX #FD7E7B Salmon

📋 copy color: '#FD7E7B'

red 253 ◦ green 126 ◦ blue 123

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

Shades of Salmon #FD7E7B

Tints of Salmon #FD7E7B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.1%

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

R = 50.4%
G = 25.1%
B = 24.5%

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

#FD7E7B (or 0xFD7E7B) is known color: Salmon. HEX triplet: FD, 7E and 7B. RGB value is (253,126,123). Sum of RGB (Red+Green+Blue) = 253+126+123=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7E7B is #028184. Grayscale: #A3A3A3. Windows color (decimal): -164229 or 8093437. OLE color: 8093437.

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

Color convert

RGB 253 126 123 -
CMYK 0 0.50 0.51 0.01
HSL 1.38º 0.97% 0.74% -
HSV(B) 1.38º 0.51% 0.99% -
XYZ 51.54 37.23 23.21 -
YUV 163.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 253 126 123 0 0.50 0.51 0.01 1.38 0.97 0.74
Hex FD 7E 7B 0 32 33 1 1 61 4A
Octal 375 176 173 0 62 63 1 1 141 112
Binary 11111101 1111110 1111011 0 110010 110011 1 1 1100001 1001010

Color Harmonies of #FD7E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7E7B

Black with #FD7E7B

Text Example


Text Example

White with #FD7E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7E7B; }

 p { color: rgb(253,126,123); }

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

background-color css

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

 a { background-color: rgb(253,126,123); }

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

border-color css

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

 span { border-color: rgb(253,126,123); }

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