Html Css Color HEX #FAA47C Light Salmon

📋 copy color: '#FAA47C'

red 250 ◦ green 164 ◦ blue 124

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

Shades of Light Salmon #FAA47C

Tints of Light Salmon #FAA47C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.05%

R = 46.47%
G = 30.48%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAA47C (or 0xFAA47C) is known color: Light Salmon. HEX triplet: FA, A4 and 7C. RGB value is (250,164,124). Sum of RGB (Red+Green+Blue) = 250+164+124=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA47C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA47C is #055B83. Grayscale: #B9B9B9. Windows color (decimal): -351108 or 8168698. OLE color: 8168698.

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

Color convert

RGB 250 164 124 -
CMYK 0 0.34 0.50 0.02
HSL 19.05º 0.93% 0.73% -
HSV(B) 19.05º 0.5% 0.98% -
XYZ 56.34 48.33 25.43 -
YUV 185.15 93.49 174.25 -
System Red Green Blue C M Y K H S L
Decimal 250 164 124 0 0.34 0.50 0.02 19.05 0.93 0.73
Hex FA A4 7C 0 22 32 2 13 5D 49
Octal 372 244 174 0 42 62 2 23 135 111
Binary 11111010 10100100 1111100 0 100010 110010 10 10011 1011101 1001001

Color Harmonies of #FAA47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA47C

Black with #FAA47C

Text Example


Text Example

White with #FAA47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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