Html Css Color HEX #FAAA83 Light Salmon

📋 copy color: '#FAAA83'

red 250 ◦ green 170 ◦ blue 131

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

Shades of Light Salmon #FAAA83

Tints of Light Salmon #FAAA83

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.85%

 BLUE value IS 131 (51.56% from 255) = 23.77%

R = 45.37%
G = 30.85%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAAA83 (or 0xFAAA83) is known color: Light Salmon. HEX triplet: FA, AA and 83. RGB value is (250,170,131). Sum of RGB (Red+Green+Blue) = 250+170+131=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA83 is #05557C. Grayscale: #BDBDBD. Windows color (decimal): -349565 or 8628986. OLE color: 8628986.

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

Color convert

RGB 250 170 131 -
CMYK 0 0.32 0.48 0.02
HSL 19.66º 0.92% 0.75% -
HSV(B) 19.66º 0.48% 0.98% -
XYZ 57.9 50.71 28.21 -
YUV 189.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 250 170 131 0 0.32 0.48 0.02 19.66 0.92 0.75
Hex FA AA 83 0 20 30 2 14 5C 4B
Octal 372 252 203 0 40 60 2 24 134 113
Binary 11111010 10101010 10000011 0 100000 110000 10 10100 1011100 1001011

Color Harmonies of #FAAA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA83

Black with #FAAA83

Text Example


Text Example

White with #FAAA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA83; }

 p { color: rgb(250,170,131); }

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

background-color css

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

 a { background-color: rgb(250,170,131); }

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

border-color css

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

 span { border-color: rgb(250,170,131); }

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