Html Css Color HEX #FE7B6B Salmon

📋 copy color: '#FE7B6B'

red 254 ◦ green 123 ◦ blue 107

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

Shades of Salmon #FE7B6B

Tints of Salmon #FE7B6B

RGB

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

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

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

R = 52.48%
G = 25.41%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE7B6B (or 0xFE7B6B) is known color: Salmon. HEX triplet: FE, 7B and 6B. RGB value is (254,123,107). Sum of RGB (Red+Green+Blue) = 254+123+107=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B6B is #018494. Grayscale: #A0A0A0. Windows color (decimal): -99477 or 7044094. OLE color: 7044094.

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

Color convert

RGB 254 123 107 -
CMYK 0 0.52 0.58 0.00
HSL 6.53º 0.99% 0.71% -
HSV(B) 6.53º 0.58% 1% -
XYZ 50.61 36.3 18.25 -
YUV 160.35 97.9 194.8 -
System Red Green Blue C M Y K H S L
Decimal 254 123 107 0 0.52 0.58 0.00 6.53 0.99 0.71
Hex FE 7B 6B 0 34 3A 0 7 63 47
Octal 376 173 153 0 64 72 0 7 143 107
Binary 11111110 1111011 1101011 0 110100 111010 0 111 1100011 1000111

Color Harmonies of #FE7B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7B6B

Black with #FE7B6B

Text Example


Text Example

White with #FE7B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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