Html Css Color HEX #FFAB80 Light Salmon

📋 copy color: '#FFAB80'

red 255 ◦ green 171 ◦ blue 128

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

Shades of Light Salmon #FFAB80

Tints of Light Salmon #FFAB80

RGB

 RED value IS 255 (100% from 255) = 46.03%

 GREEN value IS 171 (67.19% from 255) = 30.87%

 BLUE value IS 128 (50.39% from 255) = 23.1%

R = 46.03%
G = 30.87%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFAB80 (or 0xFFAB80) is known color: Light Salmon. HEX triplet: FF, AB and 80. RGB value is (255,171,128). Sum of RGB (Red+Green+Blue) = 255+171+128=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAB80 is #00547F. Grayscale: #BFBFBF. Windows color (decimal): -21632 or 8432639. OLE color: 8432639.

HSL color Cylindrical-coordinate representation of color #FFAB80: hue angle of 20.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFAB80 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 171 128 -
CMYK 0 0.33 0.50 0
HSL 20.31º 1% 0.75% -
HSV(B) 20.31º 0.5% 1% -
XYZ 59.7 51.94 27.3 -
YUV 191.21 92.33 173.5 -
System Red Green Blue C M Y K H S L
Decimal 255 171 128 0 0.33 0.50 0 20.31 1 0.75
Hex FF AB 80 0 21 32 0 14 64 4B
Octal 377 253 200 0 41 62 0 24 144 113
Binary 11111111 10101011 10000000 0 100001 110010 0 10100 1100100 1001011

Color Harmonies of #FFAB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB80

Black with #FFAB80

Text Example


Text Example

White with #FFAB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB80; }

 p { color: rgb(255,171,128); }

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

background-color css

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

 a { background-color: rgb(255,171,128); }

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

border-color css

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

 span { border-color: rgb(255,171,128); }

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