Html Css Color HEX #FAAA84 Light Salmon

📋 copy color: '#FAAA84'

red 250 ◦ green 170 ◦ blue 132

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

Shades of Light Salmon #FAAA84

Tints of Light Salmon #FAAA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.91%

R = 45.29%
G = 30.8%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAAA84 (or 0xFAAA84) is known color: Light Salmon. HEX triplet: FA, AA and 84. RGB value is (250,170,132). Sum of RGB (Red+Green+Blue) = 250+170+132=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA84 is #05557B. Grayscale: #BDBDBD. Windows color (decimal): -349564 or 8694522. OLE color: 8694522.

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

Color convert

RGB 250 170 132 -
CMYK 0 0.32 0.47 0.02
HSL 19.32º 0.92% 0.75% -
HSV(B) 19.32º 0.47% 0.98% -
XYZ 57.96 50.74 28.57 -
YUV 189.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 250 170 132 0 0.32 0.47 0.02 19.32 0.92 0.75
Hex FA AA 84 0 20 2F 2 13 5C 4B
Octal 372 252 204 0 40 57 2 23 134 113
Binary 11111010 10101010 10000100 0 100000 101111 10 10011 1011100 1001011

Color Harmonies of #FAAA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA84

Black with #FAAA84

Text Example


Text Example

White with #FAAA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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