Html Css Color HEX #FAA47B Light Salmon

📋 copy color: '#FAA47B'

red 250 ◦ green 164 ◦ blue 123

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

Shades of Light Salmon #FAA47B

Tints of Light Salmon #FAA47B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.54%

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

R = 46.55%
G = 30.54%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAA47B (or 0xFAA47B) is known color: Light Salmon. HEX triplet: FA, A4 and 7B. RGB value is (250,164,123). Sum of RGB (Red+Green+Blue) = 250+164+123=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA47B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA47B is #055B84. Grayscale: #B9B9B9. Windows color (decimal): -351109 or 8103162. OLE color: 8103162.

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

Color convert

RGB 250 164 123 -
CMYK 0 0.34 0.51 0.02
HSL 19.37º 0.93% 0.73% -
HSV(B) 19.37º 0.51% 0.98% -
XYZ 56.27 48.3 25.1 -
YUV 185.04 92.99 174.33 -
System Red Green Blue C M Y K H S L
Decimal 250 164 123 0 0.34 0.51 0.02 19.37 0.93 0.73
Hex FA A4 7B 0 22 33 2 13 5D 49
Octal 372 244 173 0 42 63 2 23 135 111
Binary 11111010 10100100 1111011 0 100010 110011 10 10011 1011101 1001001

Color Harmonies of #FAA47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA47B

Black with #FAA47B

Text Example


Text Example

White with #FAA47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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