Html Css Color HEX #FAA78A Light Salmon

📋 copy color: '#FAA78A'

red 250 ◦ green 167 ◦ blue 138

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

Shades of Light Salmon #FAA78A

Tints of Light Salmon #FAA78A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.09%

 BLUE value IS 138 (54.3% from 255) = 24.86%

R = 45.05%
G = 30.09%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAA78A (or 0xFAA78A) is known color: Light Salmon. HEX triplet: FA, A7 and 8A. RGB value is (250,167,138). Sum of RGB (Red+Green+Blue) = 250+167+138=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA78A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA78A is #055875. Grayscale: #BCBCBC. Windows color (decimal): -350326 or 9086970. OLE color: 9086970.

HSL color Cylindrical-coordinate representation of color #FAA78A: hue angle of 15.54º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAA78A is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 167 138 -
CMYK 0 0.33 0.45 0.02
HSL 15.54º 0.92% 0.76% -
HSV(B) 15.54º 0.45% 0.98% -
XYZ 57.83 49.8 30.61 -
YUV 188.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 250 167 138 0 0.33 0.45 0.02 15.54 0.92 0.76
Hex FA A7 8A 0 21 2D 2 10 5C 4C
Octal 372 247 212 0 41 55 2 20 134 114
Binary 11111010 10100111 10001010 0 100001 101101 10 10000 1011100 1001100

Color Harmonies of #FAA78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA78A

Black with #FAA78A

Text Example


Text Example

White with #FAA78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA78A; }

 p { color: rgb(250,167,138); }

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

background-color css

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

 a { background-color: rgb(250,167,138); }

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

border-color css

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

 span { border-color: rgb(250,167,138); }

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