Html Css Color HEX #FF8880 Salmon

📋 copy color: '#FF8880'

red 255 ◦ green 136 ◦ blue 128

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

Shades of Salmon #FF8880

Tints of Salmon #FF8880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.2%

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

R = 49.13%
G = 26.2%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF8880 (or 0xFF8880) is known color: Salmon. HEX triplet: FF, 88 and 80. RGB value is (255,136,128). Sum of RGB (Red+Green+Blue) = 255+136+128=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8880 is #00777F. Grayscale: #AAAAAA. Windows color (decimal): -30592 or 8423679. OLE color: 8423679.

HSL color Cylindrical-coordinate representation of color #FF8880: hue angle of 3.78º 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 #FF8880 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 136 128 -
CMYK 0 0.47 0.50 0
HSL 3.78º 1% 0.75% -
HSV(B) 3.78º 0.5% 1% -
XYZ 53.94 40.43 25.38 -
YUV 170.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 255 136 128 0 0.47 0.50 0 3.78 1 0.75
Hex FF 88 80 0 2F 32 0 4 64 4B
Octal 377 210 200 0 57 62 0 4 144 113
Binary 11111111 10001000 10000000 0 101111 110010 0 100 1100100 1001011

Color Harmonies of #FF8880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8880

Black with #FF8880

Text Example


Text Example

White with #FF8880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8880; }

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

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

background-color css

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

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

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

border-color css

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

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

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