Html Css Color HEX #FAA07A Light Salmon

📋 copy color: '#FAA07A'

red 250 ◦ green 160 ◦ blue 122

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

Shades of Light Salmon #FAA07A

Tints of Light Salmon #FAA07A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.08%

 BLUE value IS 122 (48.05% from 255) = 22.93%

R = 46.99%
G = 30.08%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAA07A (or 0xFAA07A) is known color: Light Salmon. HEX triplet: FA, A0 and 7A. RGB value is (250,160,122). Sum of RGB (Red+Green+Blue) = 250+160+122=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA07A is #055F85. Grayscale: #B6B6B6. Windows color (decimal): -352134 or 8036602. OLE color: 8036602.

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

Color convert

RGB 250 160 122 -
CMYK 0 0.36 0.51 0.02
HSL 17.81º 0.93% 0.73% -
HSV(B) 17.81º 0.51% 0.98% -
XYZ 55.51 46.87 24.53 -
YUV 182.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 250 160 122 0 0.36 0.51 0.02 17.81 0.93 0.73
Hex FA A0 7A 0 24 33 2 12 5D 49
Octal 372 240 172 0 44 63 2 22 135 111
Binary 11111010 10100000 1111010 0 100100 110011 10 10010 1011101 1001001

Color Harmonies of #FAA07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA07A

Black with #FAA07A

Text Example


Text Example

White with #FAA07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA07A; }

 p { color: rgb(250,160,122); }

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

background-color css

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

 a { background-color: rgb(250,160,122); }

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

border-color css

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

 span { border-color: rgb(250,160,122); }

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