Html Css Color HEX #FA9B7B Light Salmon

📋 copy color: '#FA9B7B'

red 250 ◦ green 155 ◦ blue 123

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

Shades of Light Salmon #FA9B7B

Tints of Light Salmon #FA9B7B

RGB

 RED value IS 250 (98.05% from 255) = 47.35%

 GREEN value IS 155 (60.94% from 255) = 29.36%

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

R = 47.35%
G = 29.36%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA9B7B (or 0xFA9B7B) is known color: Light Salmon. HEX triplet: FA, 9B and 7B. RGB value is (250,155,123). Sum of RGB (Red+Green+Blue) = 250+155+123=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9B7B is #056484. Grayscale: #B3B3B3. Windows color (decimal): -353413 or 8100858. OLE color: 8100858.

HSL color Cylindrical-coordinate representation of color #FA9B7B: hue angle of 15.12º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA9B7B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 155 123 -
CMYK 0 0.38 0.51 0.02
HSL 15.12º 0.93% 0.73% -
HSV(B) 15.12º 0.51% 0.98% -
XYZ 54.72 45.2 24.58 -
YUV 179.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 250 155 123 0 0.38 0.51 0.02 15.12 0.93 0.73
Hex FA 9B 7B 0 26 33 2 F 5D 49
Octal 372 233 173 0 46 63 2 17 135 111
Binary 11111010 10011011 1111011 0 100110 110011 10 1111 1011101 1001001

Color Harmonies of #FA9B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9B7B

Black with #FA9B7B

Text Example


Text Example

White with #FA9B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9B7B; }

 p { color: rgb(250,155,123); }

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

background-color css

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

 a { background-color: rgb(250,155,123); }

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

border-color css

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

 span { border-color: rgb(250,155,123); }

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