Html Css Color HEX #FE7E7B Salmon

📋 copy color: '#FE7E7B'

red 254 ◦ green 126 ◦ blue 123

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

Shades of Salmon #FE7E7B

Tints of Salmon #FE7E7B

RGB

 RED value IS 254 (99.61% from 255) = 50.5%

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

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

R = 50.5%
G = 25.05%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE7E7B (or 0xFE7E7B) is known color: Salmon. HEX triplet: FE, 7E and 7B. RGB value is (254,126,123). Sum of RGB (Red+Green+Blue) = 254+126+123=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E7B is #018184. Grayscale: #A4A4A4. Windows color (decimal): -98693 or 8093438. OLE color: 8093438.

HSL color Cylindrical-coordinate representation of color #FE7E7B: hue angle of 1.37º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7E7B is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 126 123 -
CMYK 0 0.50 0.52 0.00
HSL 1.37º 0.98% 0.74% -
HSV(B) 1.37º 0.52% 1% -
XYZ 51.91 37.42 23.23 -
YUV 163.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 254 126 123 0 0.50 0.52 0.00 1.37 0.98 0.74
Hex FE 7E 7B 0 32 34 0 1 62 4A
Octal 376 176 173 0 62 64 0 1 142 112
Binary 11111110 1111110 1111011 0 110010 110100 0 1 1100010 1001010

Color Harmonies of #FE7E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7E7B

Black with #FE7E7B

Text Example


Text Example

White with #FE7E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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